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

@@ -67,7 +67,6 @@ private:
QQuickItem *tabAt(int index) const;
QQuickItem *listView() const;
QPointer<QQuickItem> m_tabBarQmlItem;
Controllers::TabBar *const m_controller;
};
}