Designer: De-slot

Change-Id: I6e4a80187646afe342a03ed31c3404fdc27cccc7
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2017-03-18 23:25:06 +02:00
committed by Orgad Shaneh
parent 7694c718db
commit 61d6f84e25
9 changed files with 12 additions and 26 deletions

View File

@@ -62,15 +62,13 @@ public:
EditorData activeEditor() const;
public slots:
void removeFormWindowEditor(QObject *);
private slots:
private:
void updateFormWindowSelectionHandles();
void modeAboutToChange(Core::Id mode);
void formSizeChanged(int w, int h);
private:
inline int indexOfFormWindow(const QDesignerFormWindowInterface *) const;
inline int indexOfFormEditor(const QObject *xmlEditor) const;