aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppdoxygen_test.cpp
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knutpett@pvv.org>2013-02-21 15:23:39 +0100
committerOrgad Shaneh <orgads@gmail.com>2013-02-21 15:53:28 +0100
commit195d39242d4b5159c03013542244b3fe4b0e1e43 (patch)
tree6d3fb664efbd716fae0c9186897de9f7f70e6383 /src/plugins/cppeditor/cppdoxygen_test.cpp
parentedec1c1dd5eb6cdd14e314c7defe2c1b7c81725a (diff)
C++: Removed unnecessary ifdef WITH_TESTS
Change-Id: Ie343f2b15a6f0568b3e291fe4afa12a37428a136 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cppeditor/cppdoxygen_test.cpp')
-rw-r--r--src/plugins/cppeditor/cppdoxygen_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cppeditor/cppdoxygen_test.cpp b/src/plugins/cppeditor/cppdoxygen_test.cpp
index a46109cfb3..5543a3aa64 100644
--- a/src/plugins/cppeditor/cppdoxygen_test.cpp
+++ b/src/plugins/cppeditor/cppdoxygen_test.cpp
@@ -40,10 +40,7 @@
#include <QKeyEvent>
#include <QString>
#include <QTextDocument>
-#ifdef WITH_TESTS
#include <QtTest>
-#endif
-
/*!
Tests for inserting doxygen comments.