summaryrefslogtreecommitdiffstats
path: root/examples/designer/taskmenuextension/tictactoeplugin.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-12-11 13:55:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 14:43:04 +0100
commitbe2b7a7743549bfdab53229cec2c1c0651b5183c (patch)
tree06368cf6e1f7e53c3afccdecaa20d41815bfd558 /examples/designer/taskmenuextension/tictactoeplugin.h
parentb64dcbaa01c6ae9f7fc50245fc51a2cafc09d505 (diff)
QtTools: Doc: Fixing links in designer and assistant.
Change-Id: I98ff1c2dd615cbe3a79f19bada8964082ce8f21f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'examples/designer/taskmenuextension/tictactoeplugin.h')
-rw-r--r--examples/designer/taskmenuextension/tictactoeplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/designer/taskmenuextension/tictactoeplugin.h b/examples/designer/taskmenuextension/tictactoeplugin.h
index 70f7552f0..cfbb75482 100644
--- a/examples/designer/taskmenuextension/tictactoeplugin.h
+++ b/examples/designer/taskmenuextension/tictactoeplugin.h
@@ -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: