summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2022-09-22 10:12:38 +0800
committerYuhang Zhao <2546789017@qq.com>2022-09-23 10:40:46 +0800
commit20ae1cd486104cda556051040719dcbd56516bad (patch)
tree58110fed2508d12108370eda92c568a279ab7c7a /src/plugins
parent0a020228053ef08a27a58566605033d21ea883c7 (diff)
Windows QPA: remove two unused forward declared structs
They are not used, so just remove them. Pick-to: 6.4 Change-Id: I9b92ef97df85a1ab975bf6b6d460b5427135c301 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/platforms/windows/qwindowscontext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/platforms/windows/qwindowscontext.h b/src/plugins/platforms/windows/qwindowscontext.h
index 47c5ead772..11cfbb06f2 100644
--- a/src/plugins/platforms/windows/qwindowscontext.h
+++ b/src/plugins/platforms/windows/qwindowscontext.h
@@ -15,9 +15,6 @@
#include <shlobj.h>
#include <shlwapi.h>
-struct IBindCtx;
-struct _SHSTOCKICONINFO;
-
QT_BEGIN_NAMESPACE
Q_DECLARE_LOGGING_CATEGORY(lcQpaWindow)