Suffix our view interfaces with "*ViewInterface.h"

So we know they are a view interface. They'd have the same name
as the controller otherwise
This commit is contained in:
Sergio Martins
2022-06-17 11:19:27 +01:00
parent a330042339
commit 4a47366ba0
40 changed files with 118 additions and 121 deletions

View File

@@ -79,7 +79,7 @@ public:
QIcon iconForButtonType(TitleBarButtonType type, qreal dpr) const override;
View *createClassicDropIndicatorOverlayView(Controllers::ClassicIndicators *controller, View *parent = nullptr) const override;
Views::ClassicIndicatorWindow *createClassicIndicatorWindow(Controllers::ClassicIndicators *) const override;
Views::ClassicIndicatorWindowViewInterface *createClassicIndicatorWindow(Controllers::ClassicIndicators *) const override;
View *createSegmentedDropIndicatorOverlayView(Controllers::SegmentedIndicators *controller, View *parent = nullptr) const override;
static ViewFactory_qtquick *self();