summaryrefslogtreecommitdiff
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/designer/taskmenuextension/tictactoeplugin.h b/examples/designer/taskmenuextension/tictactoeplugin.h
index 70f7552f0..978cee409 100644
--- a/examples/designer/taskmenuextension/tictactoeplugin.h
+++ b/examples/designer/taskmenuextension/tictactoeplugin.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
@@ -52,7 +52,9 @@ QT_END_NAMESPACE
class TicTacToePlugin : public QObject, public QDesignerCustomWidgetInterface
{
Q_OBJECT
+//! [1]
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface" FILE "tictactoe.json")
+//! [1]
Q_INTERFACES(QDesignerCustomWidgetInterface)
public: