diff options
author | Marvin Borner | 2020-04-12 14:50:42 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-12 14:50:42 +0200 |
commit | bdbe3a0c074c3a1b81786ffb9f7cc1b41fc0b0dd (patch) | |
tree | d2147ce6f92dadd8cac22ab619438b5b4e7cddb6 /qml/harbour-sailchess.qml | |
parent | 0cc8b365bfdf030820cdbaad87709a38e591b0b2 (diff) |
Added resign, draw and abort logic and chat
Diffstat (limited to 'qml/harbour-sailchess.qml')
-rw-r--r-- | qml/harbour-sailchess.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/harbour-sailchess.qml b/qml/harbour-sailchess.qml index aed55f7..d336a99 100644 --- a/qml/harbour-sailchess.qml +++ b/qml/harbour-sailchess.qml @@ -1,6 +1,6 @@ import QtQuick 2.2 import Sailfish.Silica 1.0 -import org.nemomobile.configuration 1.0 +import Nemo.Configuration 1.0 import "pages" ApplicationWindow |