From b2412843cb53e664248ee15b23c84333895414e3 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 24 Jun 2012 22:12:21 +0200 Subject: Fix docs mentioning Q_EXPORT_PLUGIN2 Fix all remaining places where Q_EXPORT_PLUGIN2 was being used in the documentation. Change-Id: I7be67b83c18545d0e74f250b4b26583444b01909 Reviewed-by: Thiago Macieira --- src/gui/image/qimageiohandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/image/qimageiohandler.cpp') diff --git a/src/gui/image/qimageiohandler.cpp b/src/gui/image/qimageiohandler.cpp index c58642988e..9a82056053 100644 --- a/src/gui/image/qimageiohandler.cpp +++ b/src/gui/image/qimageiohandler.cpp @@ -514,7 +514,7 @@ int QImageIOHandler::nextImageDelay() const /*! Constructs an image plugin with the given \a parent. This is - invoked automatically by the Q_EXPORT_PLUGIN2() macro. + invoked automatically by the moc generated code that exports the plugin. */ QImageIOPlugin::QImageIOPlugin(QObject *parent) : QObject(parent) -- cgit v1.2.3