summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorSimon Rettberg2024-05-08 18:51:13 +0200
committerSimon Rettberg2024-05-08 18:51:13 +0200
commit4cf1feb0b7b2854c43aaab534a2301eca0c25b4d (patch)
treefd66caef9b5191c264c7b4e81b0f9468dae774e8 /src/config.h
parentTurn deprecated-declarations into warning (diff)
downloadvmchooser2-master.tar.gz
vmchooser2-master.tar.xz
vmchooser2-master.zip
Support CoW, and selecting between edit and copyHEADmaster
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index a1eecec..24a613d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -36,6 +36,7 @@ public:
static const ConfigOption* const AUTOSTART_UUID;
static const ConfigOption* const NO_VTX;
static const ConfigOption* const DUMP_CONFIG;
+ static const ConfigOption* const COW_TOKEN;
static bool init(const QCoreApplication& app, const ConfigOption* const configFile);
static QString get(const ConfigOption* const option);