aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/profile.h
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-10-31 18:25:42 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-11-04 10:45:45 +0000
commitd6c136ae8403103200dc8f761a8d0af75146392f (patch)
tree51b3417ea392f00017439bea66297f5adfebcfb8 /src/lib/corelib/tools/profile.h
parentb9287d6294b917b44eefe6886fccabb2281c754e (diff)
qt6: do not forward-declare QStringList
It is a typedef to QList<QString> now, not a separate class Change-Id: I2f84d11f09b8c0db64f25bd0682bdc684b64018e 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, 1 insertions, 4 deletions
diff --git a/src/lib/corelib/tools/profile.h b/src/lib/corelib/tools/profile.h
index 0eee23ae4..b7fc7ff67 100644
--- a/src/lib/corelib/tools/profile.h
+++ b/src/lib/corelib/tools/profile.h
@@ -42,12 +42,9 @@
#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;