Sine Striker
2023-12-13 84ef238611127b9d964ecb54bea283e0141d2998
src/core/windowagentbase.cpp
@@ -3,7 +3,7 @@
#include "qwkglobal_p.h"
#ifdef Q_OS_WINDOWS
#if defined(Q_OS_WINDOWS) && !defined(QWINDOWKIT_FORCE_QT_WINDOW_CONTEXT)
#  include "win32windowcontext_p.h"
#else
#  include "qtwindowcontext_p.h"
@@ -28,7 +28,7 @@
        if (windowContextFactoryMethod) {
            return windowContextFactoryMethod();
        }
#ifdef Q_OS_WINDOWS
#if defined(Q_OS_WINDOWS) && !defined(QWINDOWKIT_FORCE_QT_WINDOW_CONTEXT)
        return new Win32WindowContext();
#else
        return new QtWindowContext();