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

@@ -54,6 +54,7 @@ public:
TabBar_qtwidgets::TabBar_qtwidgets(Controllers::TabBar *controller, QWidget *parent)
: View_qtwidgets(controller, Type::TabBar, parent)
, TabBarViewInterface(controller)
, m_controller(controller)
{
}