summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms/win/qapplication_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/platforms/win/qapplication_win.cpp')
-rw-r--r--src/widgets/platforms/win/qapplication_win.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/widgets/platforms/win/qapplication_win.cpp b/src/widgets/platforms/win/qapplication_win.cpp
index 72b8870fe1..725c46d55e 100644
--- a/src/widgets/platforms/win/qapplication_win.cpp
+++ b/src/widgets/platforms/win/qapplication_win.cpp
@@ -1238,15 +1238,6 @@ void QApplicationPrivate::createEventDispatcher()
Platform specific QApplication members
*****************************************************************************/
-#ifdef QT3_SUPPORT
-void QApplication::setMainWidget(QWidget *mainWidget)
-{
- QApplicationPrivate::main_widget = mainWidget;
- if (QApplicationPrivate::main_widget && windowIcon().isNull()
- && QApplicationPrivate::main_widget->testAttribute(Qt::WA_SetWindowIcon))
- setWindowIcon(QApplicationPrivate::main_widget->windowIcon());
-}
-#endif
#ifndef QT_NO_CURSOR