forked from qt-creator/qt-creator
ExtensionSystem: Remove Qt4 support
Remove usage of the Q_EXPORT_PLUGIN macros, which do not exist in Qt 5. Change-Id: I678c3cf10b9c5d5c1b9f252b0ecd1c97dc810a47 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -321,11 +321,4 @@
|
||||
This part defines the code that is called when the menu item is triggered.
|
||||
It uses the Qt API to open a message box that displays informative text and
|
||||
an \gui OK button.
|
||||
|
||||
\snippet exampleplugin/exampleplugin.cpp export plugin
|
||||
|
||||
At the end of the file, the Qt macro \c{Q_EXPORT_PLUGIN2} is used to register
|
||||
the plugin with Qt's plugin loader system. This is necessary for Qt to
|
||||
be able to load your plugin.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user