aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2025-05-08 09:06:47 +0200
committerGitHub <noreply@github.com>2025-05-08 09:06:47 +0200
commitcde34538dc6045223c965958535218a38d22b2ee (patch)
treec24accc022be42650ac9429e15f106812a9ad899 /src/courtroom.cpp
parent2977ed86202e158ffe9effb66ff74965b4586f95 (diff)
Explicitly set app icon on widgets (#1098)
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 8402b8e8..ca1b810f 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -12,6 +12,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app)
: QMainWindow()
, ao_app{p_ao_app}
{
+ setWindowIcon(QIcon(":/data/logo-client.png"));
setWindowFlags((this->windowFlags() | Qt::CustomizeWindowHint) & ~Qt::WindowMaximizeButtonHint);
setObjectName("courtroom");