summaryrefslogtreecommitdiffstats
path: root/tests/testhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testhelper.h')
-rw-r--r--tests/testhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testhelper.h b/tests/testhelper.h
index e6af513dc..00a187c6f 100644
--- a/tests/testhelper.h
+++ b/tests/testhelper.h
@@ -10,6 +10,7 @@ class TestHelper : public QObject {
private slots:
void initTestCase();
void recognizeBtAddress();
+ void parseNameAddress();
};
#endif