summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2012-12-28 11:29:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-28 13:23:48 +0100
commita1cdc17be98be3aca3a48e904d44ee8cb6605545 (patch)
treed49f977e30f416e53124b3b8e191cfdf5189b449 /src/corelib/io
parent1d09c5623bb0e6e16a7a4b8d679f9535e65276f6 (diff)
Removed an unnecessary forward declaration
qstringlist.h is already being included. Change-Id: I1790cd560b934b6697702bd11f78f39cddc3389f Reviewed-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qstandardpaths.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qstandardpaths.h b/src/corelib/io/qstandardpaths.h
index d9d572db08..cfd2b52e9b 100644
--- a/src/corelib/io/qstandardpaths.h
+++ b/src/corelib/io/qstandardpaths.h
@@ -51,8 +51,6 @@ QT_BEGIN_NAMESPACE
#ifndef QT_NO_STANDARDPATHS
-class QStringList;
-
class Q_CORE_EXPORT QStandardPaths
{
public: