aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2021-12-01 13:14:20 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2022-01-04 11:12:11 +0000
commitc9d84ead801960601870240e36478468c2a28b82 (patch)
treefbd2c6ae0466ecfce032e5eebca10d02dcae7bf3 /src/options.h
parent6d298da7cda85b35aa22c68aac55fdb6513e68eb (diff)
Use a resource file for benchmarks, and add some Android goodies and fixes
Task-number: QTBUG-94148 Change-Id: I7cc0b1ade676c4f7f963915315c00e317582e56f Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
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;