From 0855f6f31577789888aa6d9b955c1bc46ed34d40 Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Tue, 28 Nov 2017 08:37:01 +0100 Subject: Use icons relative path. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Icon paths are defined in one place only - application's embedded resources. Signed-off-by: Martin Měřinský --- desktop-widgets/usersurvey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-widgets/usersurvey.cpp') diff --git a/desktop-widgets/usersurvey.cpp b/desktop-widgets/usersurvey.cpp index fe55b9279..dd6d62231 100644 --- a/desktop-widgets/usersurvey.cpp +++ b/desktop-widgets/usersurvey.cpp @@ -126,7 +126,7 @@ void UserSurvey::requestReceived() } msgbox.setWindowTitle(msgTitle); - msgbox.setWindowIcon(QIcon(":/subsurface-icon")); + msgbox.setWindowIcon(QIcon(":subsurface-icon")); msgbox.setText(msgText); msgbox.setTextFormat(Qt::RichText); msgbox.exec(); -- cgit v1.2.3-70-g09d2