Skip to content

Commit

Permalink
Don't repeat work of KAboutData::setupCommandLine().
Browse files Browse the repository at this point in the history
  • Loading branch information
stikonas committed Oct 10, 2017
1 parent 8b384e4 commit 20de324
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/KBruch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ int main(int argc, char * argv[])

QCommandLineParser parser;
KAboutData::setApplicationData(aboutData);
parser.addVersionOption();
parser.addHelpOption();
aboutData.setupCommandLine(&parser);
parser.process(app);
aboutData.processCommandLine(&parser);
Expand Down

0 comments on commit 20de324

Please sign in to comment.