Add missing application icon

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-07-18 14:57:14 +04:00 committed by Dirk Hohndel
parent 21a1fc2a4f
commit 88a0dc1bb2
4 changed files with 9 additions and 0 deletions

View file

@ -53,6 +53,8 @@ UserManual::UserManual(QWidget *parent) : QWidget(parent)
addAction(actionHideSearch);
setWindowTitle(tr("User Manual"));
setWindowIcon(QIcon(":/subsurface-icon"));
userManual = new QWebView(this);
userManual->page()->setLinkDelegationPolicy(QWebPage::DelegateExternalLinks);