summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/helpers/directshowglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/directshow/helpers/directshowglobal.h')
-rw-r--r--src/plugins/directshow/helpers/directshowglobal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/directshow/helpers/directshowglobal.h b/src/plugins/directshow/helpers/directshowglobal.h
index f7890c52b..1447bff16 100644
--- a/src/plugins/directshow/helpers/directshowglobal.h
+++ b/src/plugins/directshow/helpers/directshowglobal.h
@@ -43,6 +43,13 @@
#include <dshow.h>
#include <QtCore/qglobal.h>
+#include <QtCore/qloggingcategory.h>
+
+QT_BEGIN_NAMESPACE
+
+Q_DECLARE_LOGGING_CATEGORY(qtDirectShowPlugin)
+
+QT_END_NAMESPACE
template <typename T> T *com_cast(IUnknown *unknown, const IID &iid)
{