Small "const" addition.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
e49275ee9d
commit
ea044268de
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ int main(int argc, char *argv[])
|
|||
parser.addHelpOption();
|
||||
parser.addVersionOption();
|
||||
|
||||
QCommandLineOption runOption("r", "start immeditaely");
|
||||
const QCommandLineOption runOption("r", "start immeditaely");
|
||||
parser.addOption(runOption);
|
||||
|
||||
QCommandLineOption logStateOption("load-state", "load state file", "file");
|
||||
const QCommandLineOption logStateOption("load-state", "load state file", "file");
|
||||
parser.addOption(logStateOption);
|
||||
|
||||
parser.process(app);
|
||||
|
|
Loading…
Add table
Reference in a new issue