aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/usersurvey.cpp
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2014-07-18 14:57:14 +0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-18 10:21:42 -0700
commit88a0dc1bb2bc24609a8556f6a4d4214b797bde04 (patch)
tree0fed46cbb57723e2e42319fbabf5ae2002e824ce /qt-ui/usersurvey.cpp
parent21a1fc2a4f816c53f6db995b419d902363dfe751 (diff)
downloadsubsurface-88a0dc1bb2bc24609a8556f6a4d4214b797bde04.tar.gz
Add missing application icon
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/usersurvey.cpp')
-rw-r--r--qt-ui/usersurvey.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/usersurvey.cpp b/qt-ui/usersurvey.cpp
index 24e2070e0..8e57df940 100644
--- a/qt-ui/usersurvey.cpp
+++ b/qt-ui/usersurvey.cpp
@@ -118,6 +118,7 @@ void UserSurvey::requestReceived()
}
msgbox.setWindowTitle(msgTitle);
+ msgbox.setWindowIcon(QIcon(":/subsurface-icon"));
msgbox.setText(msgText);
msgbox.setTextFormat(Qt::RichText);
msgbox.exec();