~ci-train-bot/unity8/unity8-ubuntu-zesty-2112

« back to all changes in this revision

Viewing changes to qml/Components/Dialogs.qml

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2014-2015 Canonical, Ltd.
 
2
 * Copyright (C) 2014-2016 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
27
27
Item {
28
28
    id: root
29
29
 
 
30
    readonly property alias hasActiveDialog: dialogLoader.active
 
31
 
30
32
    // to be set from outside, useful mostly for testing purposes
31
33
    property var unitySessionService: DBusUnitySessionService
32
34
    property var closeAllApps: function() {