summaryrefslogtreecommitdiff
path: root/qml/PlaceThread.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/PlaceThread.qml')
-rw-r--r--qml/PlaceThread.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/PlaceThread.qml b/qml/PlaceThread.qml
index 9e2df18..ade60d2 100644
--- a/qml/PlaceThread.qml
+++ b/qml/PlaceThread.qml
@@ -9,6 +9,7 @@ Rectangle {
9 color: "white" 9 color: "white"
10 10
11 property var thread: null 11 property var thread: null
12 property bool editable: false // FIXME
12 13
13 Rectangle { 14 Rectangle {
14 anchors.fill: parent 15 anchors.fill: parent