summaryrefslogtreecommitdiff
path: root/src/multimedia/audio/qaudiosystemplugin.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-04-17 11:55:41 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2018-04-19 09:37:51 +0000
commit700e1aa69744565b5327f6a5b185cffb9c9c149f (patch)
treef8168c29b6fe0ce34514c5b242e25638c095d653 /src/multimedia/audio/qaudiosystemplugin.cpp
parent6d56f614065e7b006a4958c848e13cabb0a68adb (diff)
downloadqtmultimedia-700e1aa69744565b5327f6a5b185cffb9c9c149f.tar.gz
Doc: Fix documentation warnings
Add a custom module header, used only for documentation builds, that pulls in also the QtMultimediaWidgets module. Several documentation fixes to clean up warnings from clang. Task-number: QTBUG-67790 Change-Id: I6c1013798a648250c8555eb92684ec3b33ff7531 Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/multimedia/audio/qaudiosystemplugin.cpp')
-rw-r--r--src/multimedia/audio/qaudiosystemplugin.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/multimedia/audio/qaudiosystemplugin.cpp b/src/multimedia/audio/qaudiosystemplugin.cpp
index 6a255cf11..cb5628477 100644
--- a/src/multimedia/audio/qaudiosystemplugin.cpp
+++ b/src/multimedia/audio/qaudiosystemplugin.cpp
@@ -90,7 +90,9 @@ QAudioSystemPluginExtension::~QAudioSystemPluginExtension()
*/
/*!
- Construct a new audio plugin with \a parent.
+ \fn QAudioSystemPlugin::QAudioSystemPlugin(QObject* parent)
+
+ Constructs a new audio plugin with \a parent.
This is invoked automatically by the Q_PLUGIN_METADATA() macro.
*/
@@ -99,9 +101,10 @@ QAudioSystemPlugin::QAudioSystemPlugin(QObject* parent) :
{}
/*!
- Destroy the audio plugin
+ \fn QAudioSystemPlugin::~QAudioSystemPlugin()
- You never have to call this explicitly. Qt destroys a plugin automatically when it is no longer used.
+ Destroys the audio plugin.
+ You never have to call this explicitly. Qt destroys a plugin automatically when it is no longer used.
*/
QAudioSystemPlugin::~QAudioSystemPlugin()