aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.h
diff options
context:
space:
mode:
authorLeander Schulten <Leander.Schulten@rwth-aachen.de>2020-08-06 16:14:47 +0200
committerLeander Schulten <Leander.Schulten@rwth-aachen.de>2020-08-12 13:32:20 +0000
commit32ee29cb9ec0c7c40679c2485961b419c5f8a47f (patch)
tree67c6438c68dfe379f81d95c0c5c0760d98cc6985 /src/plugins/cppeditor/cppeditorplugin.h
parent0222d5007eceaf5951340430a34cc55efd66e24d (diff)
CppEditor: Implement remove using namespace Quickfix
Fixes: QTCREATORBUG-24392 Change-Id: Iaf4df4ebf161a4a757f59f22e692e0f9b99cd63c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorplugin.h')
-rw-r--r--src/plugins/cppeditor/cppeditorplugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditorplugin.h b/src/plugins/cppeditor/cppeditorplugin.h
index a56373c902..ecb8694efe 100644
--- a/src/plugins/cppeditor/cppeditorplugin.h
+++ b/src/plugins/cppeditor/cppeditorplugin.h
@@ -211,6 +211,10 @@ private slots:
void test_quickfix_addCurlyBraces();
+ void test_quickfix_removeUsingNamespace_data();
+ void test_quickfix_removeUsingNamespace();
+ void test_quickfix_removeUsingNamespace_differentSymbols();
+
void test_quickfix_InsertVirtualMethods_data();
void test_quickfix_InsertVirtualMethods();
void test_quickfix_InsertVirtualMethods_implementationFile();