summaryrefslogtreecommitdiffstats
path: root/examples/designer/taskmenuextension/tictactoeplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/taskmenuextension/tictactoeplugin.h')
-rw-r--r--examples/designer/taskmenuextension/tictactoeplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/taskmenuextension/tictactoeplugin.h b/examples/designer/taskmenuextension/tictactoeplugin.h
index 783caa93d..ec596b569 100644
--- a/examples/designer/taskmenuextension/tictactoeplugin.h
+++ b/examples/designer/taskmenuextension/tictactoeplugin.h
@@ -53,7 +53,7 @@ class TicTacToePlugin : public QObject, public QDesignerCustomWidgetInterface
{
Q_OBJECT
//! [1]
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface" FILE "tictactoe.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface")
//! [1]
Q_INTERFACES(QDesignerCustomWidgetInterface)