summaryrefslogtreecommitdiff
path: root/src/libcalamares/GlobalStorage.h
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-10-30 12:22:24 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2017-12-01 21:55:38 -0500
commit07f5780ea7d303861256ba163e8f5adc7d95c752 (patch)
treea2eeeffcacf5629586a306b3ee68071ce12cc887 /src/libcalamares/GlobalStorage.h
parent2a7c72645064c00cb8fbbc0f5d611ae286fc8f6d (diff)
squashme - progress
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