summaryrefslogtreecommitdiffstats
path: root/tests/auto/plugins/genericcanbus/dummybackend.h
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2017-03-11 14:30:36 +0100
committerAndré Hartmann <aha_1980@gmx.de>2017-03-13 09:04:42 +0000
commit940729bb76377cae8eab6650e21f38f4a98da5da (patch)
tree30d126c965e1c9468c3c3a88e33d25f8b9995abf /tests/auto/plugins/genericcanbus/dummybackend.h
parent8b9e978e55e581c6e4722c0874fa0b5eb10b734b (diff)
QCanBusDeviceInfo: cancel friendship to GenericBusPlugin
GenericBusPlugin is just used for internal testing. It does not need special handling, it can just behave like the other plugins. Change-Id: I55cb1133b51cb5f6ab3ca49484d3ba795867c2bb Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests/auto/plugins/genericcanbus/dummybackend.h')
-rw-r--r--tests/auto/plugins/genericcanbus/dummybackend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/plugins/genericcanbus/dummybackend.h b/tests/auto/plugins/genericcanbus/dummybackend.h
index 3142181..e8d27f5 100644
--- a/tests/auto/plugins/genericcanbus/dummybackend.h
+++ b/tests/auto/plugins/genericcanbus/dummybackend.h
@@ -56,6 +56,8 @@ public:
QString interpretErrorFrame(const QCanBusFrame &) override;
+ static QList<QCanBusDeviceInfo> interfaces();
+
public Q_SLOTS:
void sendMessage();