diff options
| author | Thorbjørn Lindeijer <[email protected]> | 2012-12-28 11:29:25 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2012-12-28 13:23:48 +0100 |
| commit | a1cdc17be98be3aca3a48e904d44ee8cb6605545 (patch) | |
| tree | d49f977e30f416e53124b3b8e191cfdf5189b449 | |
| parent | 1d09c5623bb0e6e16a7a4b8d679f9535e65276f6 (diff) | |
Removed an unnecessary forward declaration
qstringlist.h is already being included.
Change-Id: I1790cd560b934b6697702bd11f78f39cddc3389f
Reviewed-by: Thorbjørn Lindeijer <[email protected]>
| -rw-r--r-- | src/corelib/io/qstandardpaths.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qstandardpaths.h b/src/corelib/io/qstandardpaths.h index d9d572db082..cfd2b52e9b8 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: |
