1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Set window icon

This is commonly used by desktop environments on Xorg.
This commit is contained in:
Balló György
2025-02-26 22:59:58 +00:00
committed by Alexey Min
parent e9d2da5285
commit 5112dfe162

View File

@@ -110,6 +110,8 @@ int main(int argc, char *argv[])
"protocol design"));
KAboutData::setApplicationData(aboutData);
QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("krfb")));
KCrash::initialize();
QCommandLineParser parser;