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
parent
550cd1d68c
commit
97b564374b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue