summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/extension/extension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/extension/extension.cpp')
-rw-r--r--src/designer/src/lib/extension/extension.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/lib/extension/extension.cpp b/src/designer/src/lib/extension/extension.cpp
index dd53eebe6..1cc818884 100644
--- a/src/designer/src/lib/extension/extension.cpp
+++ b/src/designer/src/lib/extension/extension.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.
@@ -147,7 +147,7 @@ QT_BEGIN_NAMESPACE
object is of type T (or of a subclass); otherwise returns 0. The
extension is retrieved using the given extension \a manager.
- \snippet doc/src/snippets/code/tools_designer_src_lib_extension_extension.cpp 0
+ \snippet lib/tools_designer_src_lib_extension_extension.cpp 0
When implementing a custom widget plugin, a pointer to \QD's
current QDesignerFormEditorInterface object (\c formEditor) is
@@ -169,7 +169,7 @@ QT_BEGIN_NAMESPACE
extension class called \a ExtensionName. The \a Identifier must be
unique. For example:
- \snippet doc/src/snippets/code/tools_designer_src_lib_extension_extension.cpp 1
+ \snippet lib/tools_designer_src_lib_extension_extension.cpp 1
Using the company and product names is a good way to ensure
uniqueness of the identifier.