diff options
Diffstat (limited to 'src/multimedia/qml/qmlaudio.cpp')
-rw-r--r-- | src/multimedia/qml/qmlaudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qml/qmlaudio.cpp b/src/multimedia/qml/qmlaudio.cpp index b54d644..89f045e 100644 --- a/src/multimedia/qml/qmlaudio.cpp +++ b/src/multimedia/qml/qmlaudio.cpp @@ -315,7 +315,7 @@ QmlAudio::Error QmlAudio::error() const /*! \qmlsignal Audio::onError(error, errorString) - This property is called when an \l {Error}{error} has occurred. The errorString parameter + This handler is called when an \l {Error}{error} has occurred. The errorString parameter may contain more detailed information about the error. */ |