diff options
Diffstat (limited to 'src/gui/image/qpictureformatplugin.cpp')
-rw-r--r-- | src/gui/image/qpictureformatplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpictureformatplugin.cpp b/src/gui/image/qpictureformatplugin.cpp index d5cbb0c661..a39c32a49e 100644 --- a/src/gui/image/qpictureformatplugin.cpp +++ b/src/gui/image/qpictureformatplugin.cpp @@ -85,7 +85,7 @@ QT_BEGIN_NAMESPACE /*! Constructs an picture format plugin with the given \a parent. - This is invoked automatically by the Q_EXPORT_PLUGIN2() macro. + This is invoked automatically by the moc generated code that exports the plugin. */ QPictureFormatPlugin::QPictureFormatPlugin(QObject *parent) : QObject(parent) |