summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qcanbusdevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialbus/qcanbusdevice.cpp')
-rw-r--r--src/serialbus/qcanbusdevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialbus/qcanbusdevice.cpp b/src/serialbus/qcanbusdevice.cpp
index b1c97a6..594eea5 100644
--- a/src/serialbus/qcanbusdevice.cpp
+++ b/src/serialbus/qcanbusdevice.cpp
@@ -209,9 +209,9 @@ Q_LOGGING_CATEGORY(QT_CANBUS, "qt.canbus")
*/
/*!
- \fn QCanBusDevice::errorOccurred(CanBusError error)
+ \fn void QCanBusDevice::errorOccurred(CanBusError)
- This signal is emitted when an error of the type \a error occurs.
+ This signal is emitted when an error occurs.
*/
/*!