1
0
Derivar 0

fixup! Parse argv using QCommandLineParser

Este cometimento está contido em:
Albert S. 2020-10-10 21:55:27 +02:00
ascendente f424f7632f
cometimento 781b3f4d69
1 ficheiros modificados com 0 adições e 1 eliminações

Ver ficheiro

@ -37,7 +37,6 @@ int main(int argc, char *argv[])
QCommandLineParser parser;
parser.addOptions({
{"new-instance", "Launch a new instance, ignoring any running ones"},
{"kill-instances", "Kill all running instances"},
{"config", "Use supplied config dir instead of default"},
});
parser.addHelpOption();