~mzanetti/unity8/modeswitchwarning

« back to all changes in this revision

Viewing changes to qml/Components/ModeSwitchWarningDialog.qml

  • Committer: Michael Zanetti
  • Date: 2015-10-28 11:42:46 UTC
  • Revision ID: michael.zanetti@canonical.com-20151028114246-27h1bgqjd3bmzzkc
added some tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
Dialog {
8
8
    id: root
 
9
    objectName: "modeSwitchWarningDialog"
9
10
 
10
11
    property alias model: appRepeater.model
11
12