summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/uilib/abstractformbuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/uilib/abstractformbuilder.cpp')
-rw-r--r--src/designer/src/lib/uilib/abstractformbuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/uilib/abstractformbuilder.cpp b/src/designer/src/lib/uilib/abstractformbuilder.cpp
index e57237dd0..b723b7a34 100644
--- a/src/designer/src/lib/uilib/abstractformbuilder.cpp
+++ b/src/designer/src/lib/uilib/abstractformbuilder.cpp
@@ -1212,7 +1212,7 @@ QActionGroup *QAbstractFormBuilder::createActionGroup(QObject *parent, const QSt
Therefore, you should remove properties that are not required from your
resulting XML files, before loading them. Alternatively, if you already
know which properties you want to save when you call this method,
- you can overload \l computeProperties() and return a filtered list of
+ you can overload \c computeProperties() and return a filtered list of
required properties. Otherwise, unexpected behavior may occur as some
of these properties may depend on each other.