diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-03-10 10:21:52 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-03-10 10:21:52 +0100 |
commit | 7828bb811c969ee9991d5efe04e1093ce200882f (patch) | |
tree | 9c180179c1225a11be1c755800ca7b312622e9fe /src/shared/designerintegrationv2/widgethost.h | |
parent | 1c8930737c839a9ada047b5848fab7a6c40a025f (diff) | |
download | qt-creator-7828bb811c969ee9991d5efe04e1093ce200882f.tar.gz |
DesignMode/Qt Designer clean-up Part V: Renaming
Re-introduce FormWindowEditor as IEditor used for
Designer. Use SharedTools::WidgetHost directly
for embedding into FormEditorStack, doing the
geometry-changed handling in there as well.
Diffstat (limited to 'src/shared/designerintegrationv2/widgethost.h')
-rw-r--r-- | src/shared/designerintegrationv2/widgethost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/designerintegrationv2/widgethost.h b/src/shared/designerintegrationv2/widgethost.h index 824972881a..64125b65c1 100644 --- a/src/shared/designerintegrationv2/widgethost.h +++ b/src/shared/designerintegrationv2/widgethost.h @@ -48,7 +48,7 @@ class WidgetHost : public QScrollArea { Q_OBJECT public: - WidgetHost(QWidget *parent = 0, QDesignerFormWindowInterface *formWindow = 0); + explicit WidgetHost(QWidget *parent = 0, QDesignerFormWindowInterface *formWindow = 0); virtual ~WidgetHost(); // Show handles if active and main container is selected. void updateFormWindowSelectionHandles(bool active); |