diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2025-05-08 09:06:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 09:06:47 +0200 |
| commit | cde34538dc6045223c965958535218a38d22b2ee (patch) | |
| tree | c24accc022be42650ac9429e15f106812a9ad899 /src/widgets/moderator_dialog.cpp | |
| parent | 2977ed86202e158ffe9effb66ff74965b4586f95 (diff) | |
Explicitly set app icon on widgets (#1098)
Diffstat (limited to 'src/widgets/moderator_dialog.cpp')
| -rw-r--r-- | src/widgets/moderator_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/moderator_dialog.cpp b/src/widgets/moderator_dialog.cpp index a39840fe..923be4a6 100644 --- a/src/widgets/moderator_dialog.cpp +++ b/src/widgets/moderator_dialog.cpp @@ -26,6 +26,7 @@ ModeratorDialog::ModeratorDialog(int clientId, bool ban, AOApplication *ao_app, return; } + setWindowIcon(QIcon(":/data/logo-client.png")); QUiLoader loader; ui_widget = loader.load(&file, this); auto layout = new QVBoxLayout(this); |
