diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2014-07-18 14:57:14 +0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-18 10:21:42 -0700 |
commit | 88a0dc1bb2bc24609a8556f6a4d4214b797bde04 (patch) | |
tree | 0fed46cbb57723e2e42319fbabf5ae2002e824ce /qt-ui/usersurvey.cpp | |
parent | 21a1fc2a4f816c53f6db995b419d902363dfe751 (diff) | |
download | subsurface-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.cpp | 1 |
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(); |