summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-12 11:29:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-12 11:29:20 (GMT)
commita5932438cd71a8ef4a7480d9e2e86f70bbf571d5 (patch)
tree4a84033e7ed3f177d397e3cfb105aaa84eebe293 /Source/QtDialog
parent680641a882254d3b8c6eb52415e7be841a46a6eb (diff)
parent12ef832c96a7aa222f28353d5b9b33dd015d9f53 (diff)
downloadCMake-a5932438cd71a8ef4a7480d9e2e86f70bbf571d5.zip
CMake-a5932438cd71a8ef4a7480d9e2e86f70bbf571d5.tar.gz
CMake-a5932438cd71a8ef4a7480d9e2e86f70bbf571d5.tar.bz2
Merge topic 'fix-overlay-icon-windows'
12ef832c96 cmake-gui: Fix icon overlay on windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3217
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index 72cce9f..5f6ccca 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -303,7 +303,6 @@ void CMakeSetupDialog::initialize()
#ifdef QT_WINEXTRAS
this->TaskbarButton = new QWinTaskbarButton(this);
this->TaskbarButton->setWindow(this->windowHandle());
- this->TaskbarButton->setOverlayIcon(QIcon(":/loading.png"));
#endif
}