summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/qdesigner_workbench.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/designer/qdesigner_workbench.h')
-rw-r--r--src/designer/src/designer/qdesigner_workbench.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/designer/qdesigner_workbench.h b/src/designer/src/designer/qdesigner_workbench.h
index 7c10ed227..304ea3254 100644
--- a/src/designer/src/designer/qdesigner_workbench.h
+++ b/src/designer/src/designer/qdesigner_workbench.h
@@ -29,6 +29,7 @@ class QMenuBar;
class QToolBar;
class QMdiSubWindow;
class QCloseEvent;
+class QScreen;
class ToolBarManager;
class QDesignerFormEditorInterface;
@@ -64,9 +65,6 @@ public:
QActionGroup *modeActionGroup() const;
- QRect availableGeometry() const;
- QRect desktopGeometry() const;
-
bool readInForm(const QString &fileName) const;
bool writeOutForm(QDesignerFormWindowInterface *formWindow, const QString &fileName) const;
bool saveForm(QDesignerFormWindowInterface *fw);
@@ -106,6 +104,8 @@ private slots:
void slotFileDropped(const QString &f);
private:
+ QScreen *screen() const;
+ QRect availableFormGeometry() const;
QWidget *magicalParent(const QWidget *w) const;
Qt::WindowFlags magicalWindowFlags(const QWidget *widgetForFlags) const;
QDesignerFormWindowManagerInterface *formWindowManager() const;