qml: Add a ClassicIndicatorsOverlay.qml file

Doesn't do much yet
This commit is contained in:
Sergio Martins
2020-08-10 19:05:39 +01:00
parent 5b9f08c754
commit 7eaac87640
6 changed files with 55 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ FloatingWindow *DefaultWidgetFactory::createFloatingWindow(Frame *frame, MainWin
return new FloatingWindowQuick(frame, parent);
}
DropIndicatorOverlayInterface *DefaultWidgetFactory::createDropIndicatorOverlay(DropArea *) const
DropIndicatorOverlayInterface *DefaultWidgetFactory::createDropIndicatorOverlay(DropArea *dropArea) const
{
return new ClassicIndicators(dropArea);
}