summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/extension/qextensionmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/extension/qextensionmanager.cpp')
-rw-r--r--src/designer/src/lib/extension/qextensionmanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/lib/extension/qextensionmanager.cpp b/src/designer/src/lib/extension/qextensionmanager.cpp
index eefbd80bf..7548df00b 100644
--- a/src/designer/src/lib/extension/qextensionmanager.cpp
+++ b/src/designer/src/lib/extension/qextensionmanager.cpp
@@ -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 Qt Designer of the Qt Toolkit.
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
The registration of an extension factory is typically made in the
QDesignerCustomWidgetInterface::initialize() function:
- \snippet doc/src/snippets/code/tools_designer_src_lib_extension_qextensionmanager.cpp 0
+ \snippet lib/tools_designer_src_lib_extension_qextensionmanager.cpp 0
The QExtensionManager is not intended to be instantiated
directly. You can retrieve an interface to \QD's extension manager
@@ -86,7 +86,7 @@ QT_BEGIN_NAMESPACE
sheet, a property sheet or a task menu.
For a complete example using the QExtensionManager class, see the
- \l {designer/taskmenuextension}{Task Menu Extension example}. The
+ \l {taskmenuextension}{Task Menu Extension example}. The
example shows how to create a custom widget plugin for Qt
Designer, and how to to use the QDesignerTaskMenuExtension class
to add custom items to \QD's task menu.