~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to qml/Dash/Previews/PreviewWidget.qml

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/*! Interface for preview widgets. */
20
20
 
21
21
Item {
22
 
    //! Specifies the preview widget being currently used or not
23
 
    property bool isCurrentPreview: true
24
 
 
25
22
    //! The widget identifier
26
23
    property string widgetId
27
24