forked from qt-creator/qt-creator
Designer: De-slot
Change-Id: I6e4a80187646afe342a03ed31c3404fdc27cccc7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
7694c718db
commit
61d6f84e25
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user