qml: Add a ClassicIndicatorsOverlay.qml file
Doesn't do much yet
This commit is contained in:
7
src/private/quick/qml/ClassicIndicatorsOverlay.qml
Normal file
7
src/private/quick/qml/ClassicIndicatorsOverlay.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick 2.9
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "blue"
|
||||
anchors.fill: parent
|
||||
}
|
||||
Reference in New Issue
Block a user