aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/profile.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-11-23 16:45:56 -0800
committerJake Petroules <jake.petroules@qt.io>2017-12-01 19:52:42 +0000
commit983caefa5b7fc8dc40bf620bd75c21d9f07c1573 (patch)
treeb686d501c6b799346c99909b0d01f14728356629 /src/lib/corelib/tools/profile.h
parent7b25d531d6f76d7c4e6f3097b66ce9cf45e76d34 (diff)
Change a bunch of includes to forward declarations
Change-Id: I5a03b059a66b6e7c7c9adde26e2ad4506cc21a36 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/corelib/tools/profile.h')
-rw-r--r--src/lib/corelib/tools/profile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/corelib/tools/profile.h b/src/lib/corelib/tools/profile.h
index 4dd78c0ca..a4c6a91f1 100644
--- a/src/lib/corelib/tools/profile.h
+++ b/src/lib/corelib/tools/profile.h
@@ -42,9 +42,12 @@
#include "qbs_export.h"
#include <QtCore/qstring.h>
-#include <QtCore/qstringlist.h>
#include <QtCore/qvariant.h>
+QT_BEGIN_NAMESPACE
+class QStringList;
+QT_END_NAMESPACE
+
namespace qbs {
class ErrorInfo;
class Settings;