diff options
| author | Laurent Montel <[email protected]> | 2018-06-19 08:57:39 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2018-06-19 08:57:39 +0200 |
| commit | 26e629a78eee8d5ef987c88e17d32f5fd394b923 (patch) | |
| tree | b4a88ed1c847fa65c115a9128a231ea92e0d493e /src | |
| parent | 32b8b19ba556a5429e9b70e7d2cac9e468faf08a (diff) | |
Do not duplicate work of KAboutData::setupCommandLine()
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 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 |
