summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-11 18:04:54 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-11 18:04:54 (GMT)
commit6a39d3df5466735e22f96c3b6c9b73db1b8ec8f1 (patch)
tree4bf5577b215299dea56c05911e84b7536d6eafa4 /Source
parent7bad2464fcf9ab1029268aed60d3d407fbdddc3d (diff)
parent12ef832c96a7aa222f28353d5b9b33dd015d9f53 (diff)
downloadCMake-6a39d3df5466735e22f96c3b6c9b73db1b8ec8f1.zip
CMake-6a39d3df5466735e22f96c3b6c9b73db1b8ec8f1.tar.gz
CMake-6a39d3df5466735e22f96c3b6c9b73db1b8ec8f1.tar.bz2
Merge branch 'fix-overlay-icon-windows' into release-3.14
Merge-request: !3217
Diffstat (limited to 'Source')
-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
}