diff options
Diffstat (limited to 'modules/detachedcontent/Session.qml')
| -rw-r--r-- | modules/detachedcontent/Session.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/detachedcontent/Session.qml b/modules/detachedcontent/Session.qml new file mode 100644 index 0000000..a3f2de5 --- /dev/null +++ b/modules/detachedcontent/Session.qml @@ -0,0 +1,5 @@ +import QtQuick + +QtObject { + property string active +} |