Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
KDE Development Utilities
Commits
cdd4843a
Commit
cdd4843a
authored
Nov 15, 2020
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set window icons for non-desktop-metadata WMs
NO_CHANGELOG
parent
aa277e52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
kpartloader/kpartloader.cpp
kpartloader/kpartloader.cpp
+1
-0
kuiviewer/main.cpp
kuiviewer/main.cpp
+1
-0
No files found.
kpartloader/kpartloader.cpp
View file @
cdd4843a
...
...
@@ -97,6 +97,7 @@ int main( int argc, char **argv )
KAboutLicense
::
GPL
);
KAboutData
::
setApplicationData
(
aboutData
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kde-frameworks"
),
app
.
windowIcon
()));
QCommandLineParser
parser
;
aboutData
.
setupCommandLine
(
&
parser
);
...
...
kuiviewer/main.cpp
View file @
cdd4843a
...
...
@@ -52,6 +52,7 @@ int main(int argc, char** argv)
about
.
addAuthor
(
i18n
(
"Friedrich W. H. Kossebau"
),
i18n
(
"Subwindow-like display of UI files"
),
QStringLiteral
(
"kossebau@kde.org"
));
KAboutData
::
setApplicationData
(
about
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kuiviewer"
),
app
.
windowIcon
()));
QCommandLineParser
parser
;
about
.
setupCommandLine
(
&
parser
);
...
...
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