From a1cdc17be98be3aca3a48e904d44ee8cb6605545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Fri, 28 Dec 2012 11:29:25 +0100 Subject: [PATCH] Removed an unnecessary forward declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qstringlist.h is already being included. Change-Id: I1790cd560b934b6697702bd11f78f39cddc3389f Reviewed-by: Thorbjørn Lindeijer --- src/corelib/io/qstandardpaths.h | 2 -- 1 file changed, 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: