aboutsummaryrefslogtreecommitdiff
path: root/src/commandline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandline.h')
-rw-r--r--src/commandline.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commandline.h b/src/commandline.h
index 81063d3..d7416b7 100644
--- a/src/commandline.h
+++ b/src/commandline.h
@@ -18,10 +18,12 @@ public:
void parseCommandLine(const QCoreApplication &app);
void printHelp(int exitCode = 0);
- void printVersion();
+ void printVersion(int exitCode = 0);
+ void printBuild(int exitCode = 0);
const QCommandLineOption helpOption;
const QCommandLineOption versionOption;
+ const QCommandLineOption buildOption;
const QCommandLineOption configOption;
const QCommandLineOption defaultConfigOption;