summaryrefslogtreecommitdiffstats
path: root/tests/testhelper.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-27 06:21:04 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-12 08:22:44 -0700
commitc8fec97695cc2f71b59f3d8979b4203aefc6e6db (patch)
tree0340a5187be9e9558e0cdb39afd2efb29c2c1ba0 /tests/testhelper.h
parent7512a6e9155196a3ede34b8a552c7c8dfb955ad3 (diff)
downloadsubsurface-c8fec97695cc2f71b59f3d8979b4203aefc6e6db.tar.gz
Bluetooth: add helper to separate BT name and address
And restructure the existing "isBtAddress()" function in the process. Also add more tests. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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