[libcalamares] Split out the variant-manipulation bits

- We already have utils/ as the filesystem namespace, may as well
   make clearer what the various parts are.
 - Adjust CommandList to the moved API.
This commit is contained in:
Adriaan de Groot 2019-04-29 05:36:04 -04:00
parent 32a9f5ef0a
commit 6e0e06078b
6 changed files with 172 additions and 105 deletions

View file

@ -21,9 +21,10 @@
#include "GlobalStorage.h"
#include "JobQueue.h"
#include "utils/CalamaresUtils.h"
// #include "utils/CalamaresUtils.h"
#include "utils/CalamaresUtilsSystem.h"
#include "utils/Logger.h"
#include "utils/Variant.h"
#include <QCoreApplication>
#include <QVariantList>