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
KMenuEdit
Commits
3959c3e7
Commit
3959c3e7
authored
Aug 12, 2014
by
Christoph Feck
Browse files
Set aboutData for this application
BUG: 337702
parent
0627f44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
3959c3e7
...
...
@@ -62,6 +62,7 @@ extern "C" int Q_DECL_EXPORT kdemain( int argc, char **argv )
aboutData
.
addAuthor
(
i18n
(
"Raffaele Sandrini"
),
i18n
(
"Previous Maintainer"
),
QStringLiteral
(
"sandrini@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Matthias Elter"
),
i18n
(
"Original Author"
),
QStringLiteral
(
"elter@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Montel Laurent"
),
QString
(),
QStringLiteral
(
"montel@kde.org"
));
KAboutData
::
setApplicationData
(
aboutData
);
KMenuApplication
app
(
argc
,
argv
);
...
...
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