From 473746e8fde6cabe05c36a78e517f8115d5e4e30 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 7 Sep 2021 11:39:33 +0200 Subject: CppEditor: Merge two TestCase classes Change-Id: I53c7db9cda0a82706bee898d091f128c2c4bf32f Reviewed-by: Christian Stenger --- src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp') diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp index 053653e2cac..5d89129b4d9 100644 --- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp +++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp @@ -245,7 +245,7 @@ QList singleDocument(const QByteArray &source) * executing Follow Symbol Under Cursor or Switch Between Function Declaration/Definition * and checking the result. */ -class F2TestCase : public Tests::TestCase +class F2TestCase : public CppEditor::Tests::TestCase { public: enum CppEditorAction { -- cgit v1.2.3