aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppmodelmanager_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cppmodelmanager_test.h')
-rw-r--r--src/plugins/cppeditor/cppmodelmanager_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppmodelmanager_test.h b/src/plugins/cppeditor/cppmodelmanager_test.h
index 6bcf25bc8e..bca0753fa9 100644
--- a/src/plugins/cppeditor/cppmodelmanager_test.h
+++ b/src/plugins/cppeditor/cppmodelmanager_test.h
@@ -35,6 +35,8 @@ private slots:
void testRenameIncludesInEditor();
void testDocumentsAndRevisions();
void testSettingsChanges();
+ void testOptionalIndexing_data();
+ void testOptionalIndexing();
};
} // namespace CppEditor::Internal