From 26e629a78eee8d5ef987c88e17d32f5fd394b923 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 19 Jun 2018 08:57:39 +0200 Subject: [PATCH] Do not duplicate work of KAboutData::setupCommandLine() --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3