mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[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:
parent
32a9f5ef0a
commit
6e0e06078b
6 changed files with 172 additions and 105 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue