Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma Camera
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Plasma Mobile
Plasma Camera
Commits
4fa2a15f
Verified
Commit
4fa2a15f
authored
May 18, 2020
by
Jonah Brüchert
🌳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aboutData: Use full urls
parent
b8b4db78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main.cpp
src/main.cpp
+2
-2
No files found.
src/main.cpp
View file @
4fa2a15f
...
...
@@ -29,8 +29,8 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
KAboutData
about
(
app
.
applicationName
(),
app
.
applicationDisplayName
(),
app
.
applicationVersion
(),
QString
(),
KAboutLicense
::
GPL
,
i18n
(
"© Plasma Mobile Developers"
),
QString
());
about
.
addAuthor
(
i18n
(
"Marco Martin"
),
QString
(),
QStringLiteral
(
"mart@kde.org"
),
QStringLiteral
(
"notmart.org"
));
about
.
addAuthor
(
i18n
(
"Jonah Brüchert"
),
QString
(),
QStringLiteral
(
"jbb@kaidan.im"
),
QStringLiteral
(
"jbbgameich.github.io"
));
about
.
addAuthor
(
i18n
(
"Marco Martin"
),
QString
(),
QStringLiteral
(
"mart@kde.org"
),
QStringLiteral
(
"
https://
notmart.org"
));
about
.
addAuthor
(
i18n
(
"Jonah Brüchert"
),
QString
(),
QStringLiteral
(
"jbb@kaidan.im"
),
QStringLiteral
(
"
https://
jbbgameich.github.io"
));
about
.
setProgramLogo
(
app
.
windowIcon
());
KAboutData
::
setApplicationData
(
about
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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