summaryrefslogtreecommitdiff
path: root/src/plugins/designer/formwindoweditor.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-02-13 09:55:21 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-02-13 09:55:21 +0100
commit79a99acd1bef2587b2a393390301f3184e635c2e (patch)
tree8f7494ddef00d6257e05a3d5fcc7157645a524ae /src/plugins/designer/formwindoweditor.h
parentc29a2429b92f12960d025d5e01b5be6e5dff8700 (diff)
downloadqt-creator-79a99acd1bef2587b2a393390301f3184e635c2e.tar.gz
Fixes: Context help in Designer
Task: 235520 Details: Display help of current property editor object
Diffstat (limited to 'src/plugins/designer/formwindoweditor.h')
-rw-r--r--src/plugins/designer/formwindoweditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/designer/formwindoweditor.h b/src/plugins/designer/formwindoweditor.h
index e854ccac91..bce29c2f5a 100644
--- a/src/plugins/designer/formwindoweditor.h
+++ b/src/plugins/designer/formwindoweditor.h
@@ -63,7 +63,6 @@ class EditorWidget;
class FormWindowEditor : public Core::IEditor
{
Q_OBJECT
-
public:
FormWindowEditor(const QList<int> &context,
QDesignerFormWindowInterface *form,
@@ -84,8 +83,9 @@ public:
bool restoreState(const QByteArray &state);
// ContextInterface
- QList<int> context() const;
- QWidget *widget();
+ virtual QList<int> context() const;
+ virtual QWidget *widget();
+ virtual QString contextHelpId() const;
QDesignerFormWindowInterface *formWindow() const;
QWidget *integrationContainer();