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/updatemanager.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/updatemanager.cpp')
-rw-r--r-- | qt-ui/updatemanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/updatemanager.cpp b/qt-ui/updatemanager.cpp index b790a6104..f92eeb873 100644 --- a/qt-ui/updatemanager.cpp +++ b/qt-ui/updatemanager.cpp @@ -60,6 +60,7 @@ void UpdateManager::requestReceived() } msgbox.setWindowTitle(msgTitle); + msgbox.setWindowIcon(QIcon(":/subsurface-icon")); msgbox.setText(msgText); msgbox.setTextFormat(Qt::RichText); msgbox.exec(); |