qcoreapplication_win.cpp: Correct FIXME comment on qWinMain().

Mention that it is still used by Active Qt.

Task-number: QTBUG-49148
Change-Id: Ic31b2f60b25886cd55c5fa516082d79311ab84cc
Reviewed-by: Fredrik Orderud <forderud@gmail.com>
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
bb10
Friedemann Kleint 2015-11-02 09:27:57 +01:00
parent 550cd1d68c
commit 97b564374b
1 changed files with 4 additions and 3 deletions

View File

@ -139,9 +139,10 @@ QString QCoreApplicationPrivate::appName() const
#if !defined(Q_OS_WINCE) && !defined(Q_OS_WINRT)
// ### Qt6: FIXME: Remove this function. It is only there since for binary
// compatibility for applications built with Qt 5.3 using qtmain.lib which calls it.
// In Qt 5.4, qtmain.lib was changed to use CommandLineToArgvW() without calling into Qt5Core.
// ### Qt6: FIXME: Consider removing this function. It is here for Active Qt
// servers and for binary for compatibility to applications built with Qt 5.3
// using qtmain.lib which calls it In Qt 5.4, qtmain.lib was changed to use
// CommandLineToArgvW() without calling into Qt5Core.
Q_CORE_EXPORT
void qWinMain(HINSTANCE instance, HINSTANCE prevInstance, LPSTR cmdParam,
int cmdShow, int &argc, QVector<char *> &argv)