Rename the remaining view interfaces to *ViewInterface

This commit is contained in:
Sergio Martins
2022-06-17 18:56:34 +01:00
parent 0600c42775
commit 7e7c9d7300
25 changed files with 202 additions and 104 deletions

View File

@@ -81,7 +81,6 @@ protected:
private:
Q_DISABLE_COPY(Stack_qtquick)
DockWidgetModel *const m_dockWidgetModel;
Controllers::Stack *const m_stack;
Controllers::DockWidget *m_currentDockWidget = nullptr;
};