From 81c8ff53a1a00a44b76bcdc1c88da726efb3fc44 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 6 May 2011 09:39:42 +0200 Subject: Qt Designer: Remove Q3Support. --- src/designer/src/lib/shared/layoutinfo_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/designer/src/lib/shared/layoutinfo_p.h') 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); -- cgit v1.2.3