From b61ab2b425627be68ee04e11016fafd07f0617c3 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 17 Jul 2020 13:10:41 +0200 Subject: Add QPlatformInterface::Private::QWindowsWindow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove QWindowsWindowFunctions Task-number: QTBUG-83252 Change-Id: Iacfdf2e0f430208901c182e461c4617e1ef526ce Reviewed-by: Tor Arne Vestbø --- src/plugins/platforms/windows/qwindowsnativeinterface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/platforms/windows/qwindowsnativeinterface.h') diff --git a/src/plugins/platforms/windows/qwindowsnativeinterface.h b/src/plugins/platforms/windows/qwindowsnativeinterface.h index cfb14ae794..95b6bf847c 100644 --- a/src/plugins/platforms/windows/qwindowsnativeinterface.h +++ b/src/plugins/platforms/windows/qwindowsnativeinterface.h @@ -42,7 +42,6 @@ #include #include -#include QT_BEGIN_NAMESPACE @@ -104,8 +103,6 @@ public: QVariant windowProperty(QPlatformWindow *window, const QString &name, const QVariant &defaultValue) const override; void setWindowProperty(QPlatformWindow *window, const QString &name, const QVariant &value) override; - QFunctionPointer platformFunction(const QByteArray &function) const override; - Q_SIGNALS: void darkModeChanged(bool); }; -- cgit v1.2.3