summaryrefslogtreecommitdiffstats
path: root/src/winmain
diff options
context:
space:
mode:
Diffstat (limited to 'src/winmain')
-rw-r--r--src/winmain/qtmain_win.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/winmain/qtmain_win.cpp b/src/winmain/qtmain_win.cpp
index 7087176110..5f90055762 100644
--- a/src/winmain/qtmain_win.cpp
+++ b/src/winmain/qtmain_win.cpp
@@ -61,16 +61,9 @@
linking to the Qt DLL.
When a Windows application starts, the WinMain function is
- invoked. WinMain calls qWinMain in the Qt DLL/library, which
- initializes Qt.
+ invoked.
*/
-QT_BEGIN_NAMESPACE
-
-extern void qWinMain(HINSTANCE, HINSTANCE, LPSTR, int, int &, QVector<char *> &);
-
-QT_END_NAMESPACE
-
QT_USE_NAMESPACE