summaryrefslogtreecommitdiffstats
path: root/src/serialbus/doc/src/qtcanbus-backends.qdoc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-04-04 06:17:44 +0200
committerLiang Qi <liang.qi@qt.io>2017-04-04 06:17:51 +0200
commit6ba3a215494a829e73e62f5bd73f5b769874267d (patch)
tree43b8ab85481aa24765df1607a084fe1c8def1cfe /src/serialbus/doc/src/qtcanbus-backends.qdoc
parent5b61f243d279d3ae584dd3e707aadfcc8185a4b7 (diff)
parent81dad1f3acf46e60deae52f7e880f17a51b4e7f2 (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Diffstat (limited to 'src/serialbus/doc/src/qtcanbus-backends.qdoc')
-rw-r--r--src/serialbus/doc/src/qtcanbus-backends.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialbus/doc/src/qtcanbus-backends.qdoc b/src/serialbus/doc/src/qtcanbus-backends.qdoc
index 522c6f2..c04cdd1 100644
--- a/src/serialbus/doc/src/qtcanbus-backends.qdoc
+++ b/src/serialbus/doc/src/qtcanbus-backends.qdoc
@@ -95,7 +95,7 @@
\endcode
This key must be passed to \l {QCanBus::createDevice()} together with the interface name of
- the CAN bus adapter. QCanBus loads and instantiates the plugin using the QCanBusFactory
+ the CAN bus adapter. QCanBus loads and instantiates the plugin using the QCanBusFactoryV2
interface which each plugin must implement as central entry point. The interface acts as
a factory and its sole purpose is to return a \l QCanBusDevice instance. The above mentioned
interface name is passed on via the factory's \l QCanBusFactory::createDevice() method.