forked from qt-creator/qt-creator
QmlDesigner: Make views in viewmanager public
The views can be accessed anyway via the model. Change-Id: Id87d3f1bdf3e9ec84a68cfd3035a05f59b85fc7c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -106,6 +106,7 @@ public:
|
||||
|
||||
void disableStandardViews();
|
||||
void enableStandardViews();
|
||||
QList<AbstractView *> views() const;
|
||||
|
||||
private: // functions
|
||||
Q_DISABLE_COPY(ViewManager)
|
||||
@@ -123,7 +124,6 @@ private: // functions
|
||||
|
||||
void switchStateEditorViewToBaseState();
|
||||
void switchStateEditorViewToSavedState();
|
||||
QList<AbstractView *> views() const;
|
||||
QList<AbstractView *> standardViews() const;
|
||||
|
||||
private: // variables
|
||||
|
Reference in New Issue
Block a user