From: Laurent Montel Date: Tue, 19 Jun 2018 06:57:39 +0000 (+0200) Subject: Do not duplicate work of KAboutData::setupCommandLine() X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/26e629a78eee8d5ef987c88e17d32f5fd394b923?ds=sidebyside Do not duplicate work of KAboutData::setupCommandLine() --- diff --git a/src/main.cpp b/src/main.cpp index 75bab677d..a46b5e2d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -113,8 +113,6 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) DBusInterface interface; QCommandLineParser parser; - parser.addVersionOption(); - parser.addHelpOption(); aboutData.setupCommandLine(&parser); // command line options