From fb077477391b7108a489c54739777dd0cf62d250 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 29 Oct 2020 08:27:34 +0100 Subject: Fix the C++ - based examples to work Adapt CMakeList.txt, fix includes. Change-Id: Idc9636bee798c4a025b70f91b8379a9b9c79a82c Reviewed-by: Christian Tismer --- examples/scriptableapplication/pythonutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/scriptableapplication/pythonutils.h') diff --git a/examples/scriptableapplication/pythonutils.h b/examples/scriptableapplication/pythonutils.h index 21aef194e..942dee508 100644 --- a/examples/scriptableapplication/pythonutils.h +++ b/examples/scriptableapplication/pythonutils.h @@ -51,9 +51,9 @@ #ifndef PYTHONUTILS_H #define PYTHONUTILS_H +#include + class QObject; -class QString; -class QStringList; namespace PythonUtils { -- cgit v1.2.3