summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppuseselections_test.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-09-07 11:39:33 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-09-08 08:03:14 +0000
commit473746e8fde6cabe05c36a78e517f8115d5e4e30 (patch)
tree3c2bf49ffd039859698c860dd2d0d2b42e95247a /src/plugins/cppeditor/cppuseselections_test.cpp
parenta09ec2e0e98046291dfa4c28223666f2673546ab (diff)
downloadqt-creator-473746e8fde6cabe05c36a78e517f8115d5e4e30.tar.gz
CppEditor: Merge two TestCase classes
Change-Id: I53c7db9cda0a82706bee898d091f128c2c4bf32f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppuseselections_test.cpp')
-rw-r--r--src/plugins/cppeditor/cppuseselections_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppuseselections_test.cpp b/src/plugins/cppeditor/cppuseselections_test.cpp
index 48a826243d..a0742f186d 100644
--- a/src/plugins/cppeditor/cppuseselections_test.cpp
+++ b/src/plugins/cppeditor/cppuseselections_test.cpp
@@ -65,7 +65,7 @@ namespace Tests {
// Check: If the user puts the cursor on e.g. a function-local variable,
// a type name or a macro use, all occurrences of that entity are highlighted.
-class UseSelectionsTestCase : public TestCase
+class UseSelectionsTestCase : public CppEditor::Tests::TestCase
{
public:
UseSelectionsTestCase(GenericCppTestDocument &testDocument,