From 102b7fffa1721430acbb17624bb216b80de5ae5a Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 26 Jan 2024 14:51:08 +0100 Subject: Adapt to glue code to namespaced Qt builds Task-number: PYSIDE-2590 Change-Id: I7269b0f1c1758a9d26579267fc0b423c6a0422ac Reviewed-by: Shyamnath Premnadh --- examples/scriptableapplication/pythonutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scriptableapplication/pythonutils.h') diff --git a/examples/scriptableapplication/pythonutils.h b/examples/scriptableapplication/pythonutils.h index 7f05cdedb..09e959159 100644 --- a/examples/scriptableapplication/pythonutils.h +++ b/examples/scriptableapplication/pythonutils.h @@ -6,7 +6,7 @@ #include -class QObject; +QT_FORWARD_DECLARE_CLASS(QObject) namespace PythonUtils { -- cgit v1.2.3