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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user