summaryrefslogtreecommitdiff
path: root/src/libcalamares/GlobalStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcalamares/GlobalStorage.h')
-rw-r--r--src/libcalamares/GlobalStorage.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libcalamares/GlobalStorage.h b/src/libcalamares/GlobalStorage.h
index 0ff56ac62..7910e6873 100644
--- a/src/libcalamares/GlobalStorage.h
+++ b/src/libcalamares/GlobalStorage.h
@@ -100,4 +100,19 @@ private:
} // namespace CalamaresPython
#endif
+
+class GS
+{
+public:
+ static const QString HAS_ISOREPO_KEY;
+ static const QString IS_ONLINE_KEY;
+ static const QString DESKTOP_PACKAGES_KEY;
+ static const QString PARTITIONS_KEY;
+ static const QString DEVICE_KEY;
+ static const QString FS_KEY;
+ static const QString MOUNTPOINT_KEY;
+ static const QString UUID_KEY;
+} ;
+
+
#endif // CALAMARES_GLOBALSTORAGE_H