aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index f01884e..9798cba 100644
--- a/src/options.h
+++ b/src/options.h
@@ -40,6 +40,8 @@ struct Options
: fullscreen(false)
, verbose(false)
, printJsonToStdout(false)
+ , printJsonToStdoutWithQWarning(false)
+ , printJsonToFile(false)
, isSubProcess(false)
, repeat(1)
, delayedStart(0)
@@ -60,6 +62,8 @@ struct Options
bool fullscreen;
bool verbose;
bool printJsonToStdout;
+ bool printJsonToStdoutWithQWarning;
+ bool printJsonToFile;
bool isSubProcess;
int repeat;
int delayedStart;