aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testaddfunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testaddfunction.h')
-rw-r--r--tests/testaddfunction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testaddfunction.h b/tests/testaddfunction.h
index a8082a4b5..5600da7dc 100644
--- a/tests/testaddfunction.h
+++ b/tests/testaddfunction.h
@@ -31,9 +31,10 @@ class TestAddFunction : public QObject
private slots:
void testParsingFuncNameAndConstness();
void testAddFunction();
+ void testAddFunctionConstructor();
void testAddFunctionTagDefaultValues();
void testAddFunctionCodeSnippets();
void testFunctionWithoutParenteses();
};
-#endif \ No newline at end of file
+#endif