summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-12-13 13:25:57 +0100
committerhjk <qthjk@ovi.com>2011-12-13 14:04:19 +0100
commit86629f18c2f220833e947725c3e3055d7989c67b (patch)
tree11eaddcd0909d86f8e7b64cc1fac39c8507b5bc9
parent88e29febba1138cf722d838b529c89cefefe2047 (diff)
downloadqt-creator-86629f18c2f220833e947725c3e3055d7989c67b.tar.gz
analyzer: remove unneeded declarations
Change-Id: If049955dda594ae52f52c87d94a2a5dc36ef856f Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--src/plugins/valgrind/callgrind/callgrindfunction.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrindfunction.h b/src/plugins/valgrind/callgrind/callgrindfunction.h
index c4d1f40c47..00e9111174 100644
--- a/src/plugins/valgrind/callgrind/callgrindfunction.h
+++ b/src/plugins/valgrind/callgrind/callgrindfunction.h
@@ -35,12 +35,6 @@
#include <QtCore/QMetaType>
-QT_BEGIN_NAMESPACE
-class QString;
-template <typename T> class QVector;
-template <typename T> class QSet;
-QT_END_NAMESPACE
-
namespace Valgrind {
namespace Callgrind {