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>
This commit is contained in:
Yuhang Zhao 2022-09-22 10:12:38 +08:00
parent 0a02022805
commit 20ae1cd486

View File

@ -15,9 +15,6 @@
#include <shlobj.h>
#include <shlwapi.h>
struct IBindCtx;
struct _SHSTOCKICONINFO;
QT_BEGIN_NAMESPACE
Q_DECLARE_LOGGING_CATEGORY(lcQpaWindow)