summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/layoutinfo_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-06 09:39:42 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-06 09:39:42 +0200
commit81c8ff53a1a00a44b76bcdc1c88da726efb3fc44 (patch)
tree5a9df74d3eab46168f2d9ed872621bf0bcc6cd68 /src/designer/src/lib/shared/layoutinfo_p.h
parent3a9a367634f6eca0243afa2317a65a48af908ada (diff)
Qt Designer: Remove Q3Support.
Diffstat (limited to 'src/designer/src/lib/shared/layoutinfo_p.h')
-rw-r--r--src/designer/src/lib/shared/layoutinfo_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/layoutinfo_p.h b/src/designer/src/lib/shared/layoutinfo_p.h
index dadfa6ff3..ad49b5d42 100644
--- a/src/designer/src/lib/shared/layoutinfo_p.h
+++ b/src/designer/src/lib/shared/layoutinfo_p.h
@@ -84,7 +84,7 @@ public:
static void deleteLayout(const QDesignerFormEditorInterface *core, QWidget *widget);
- // Examines the immediate layout of the widget (will fail for Q3Group Box).
+ // Examines the immediate layout of the widget.
static Type layoutType(const QDesignerFormEditorInterface *core, const QWidget *w);
// Examines the managed layout of the widget
static Type managedLayoutType(const QDesignerFormEditorInterface *core, const QWidget *w, QLayout **layout = 0);