aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-07-22 17:19:28 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-07-29 11:56:07 +0000
commit77d13f08ba9e465725d1ca3a677aae949732804b (patch)
treeebc15427128e5f8950503852e6fb95eb252f647b /src/plugins/cppeditor/cppeditorplugin.h
parent120540f1db4e71d86da3e110dede742ae97b131d (diff)
CppEditor: Let users create implementations for all member functions
... in one go. Fixes: QTCREATORBUG-12164 Change-Id: Ifc81c8b1caf4319ce57882375f513d72e4c0ea52 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorplugin.h')
-rw-r--r--src/plugins/cppeditor/cppeditorplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditorplugin.h b/src/plugins/cppeditor/cppeditorplugin.h
index 5a60494bb7..cfeb087fd0 100644
--- a/src/plugins/cppeditor/cppeditorplugin.h
+++ b/src/plugins/cppeditor/cppeditorplugin.h
@@ -145,6 +145,8 @@ private slots:
void test_quickfix_InsertDefFromDecl_templateClass();
void test_quickfix_InsertDefFromDecl_templateFunction();
void test_quickfix_InsertDefFromDecl_notTriggeredForFriendFunc();
+ void test_quickfix_InsertDefsFromDecls_data();
+ void test_quickfix_InsertDefsFromDecls();
void test_quickfix_InsertDeclFromDef();
void test_quickfix_InsertDeclFromDef_templateFuncTypename();