Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
7828cb2e
Commit
7828cb2e
authored
Jan 13, 2020
by
Laurent Montel
Browse files
addHelpOption already adds by kaboutdata
parent
01e7c7b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/kfontinst/apps/Viewer.cpp
View file @
7828cb2e
...
...
@@ -118,8 +118,6 @@ public:
ViewerApplication
(
int
&
argc
,
char
**
argv
)
:
QApplication
(
argc
,
argv
)
{
cmdParser
.
addVersionOption
();
cmdParser
.
addHelpOption
();
cmdParser
.
addPositionalArgument
(
QLatin1String
(
"[URL]"
),
i18n
(
"URL to open"
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment