Set QApplication Window Icon.

Otherwise Help->About KPMcore dialog has no icon.

BUG: 397209
This commit is contained in:
Andrius Štikonas 2018-10-28 21:21:42 +00:00
parent 2a3ec0535d
commit 9e0ae352f5
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
int Q_DECL_IMPORT main(int argc, char* argv[])
{
QApplication app(argc, argv);
app.setWindowIcon(QIcon::fromTheme(QStringLiteral("partitionmanager")));
KLocalizedString::setApplicationDomain("partitionmanager");
KAboutData aboutData (