aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testdroptypeentries.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdroptypeentries.h')
-rw-r--r--tests/testdroptypeentries.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdroptypeentries.h b/tests/testdroptypeentries.h
index d03f82742..e91292c12 100644
--- a/tests/testdroptypeentries.h
+++ b/tests/testdroptypeentries.h
@@ -32,6 +32,8 @@ class TestDropTypeEntries : public QObject
private slots:
void testDropEntries();
void testDontDropEntries();
+ void testDropEntryWithChildTags();
+ void testDontDropEntryWithChildTags();
};
#endif