~vthompson/music-app/remix-walkthrough

« back to all changes in this revision

Viewing changes to music-app.qml

  • Committer: Victor Thompson
  • Date: 2015-01-20 01:21:15 UTC
  • Revision ID: victor.thompson@gmail.com-20150120012115-3balr8wnc070j8sb
revert debug code

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
    property string appVersion: '2.0'
603
603
    property bool toolbarShown: musicToolbar.visible
604
604
    property bool selectedAlbum: false
605
 
    //property alias firstRun: startupSettings.firstRun
606
 
    property bool firstRun: true
 
605
    property alias firstRun: startupSettings.firstRun
607
606
    property alias queueIndex: startupSettings.queueIndex
608
607
 
609
608
    signal listItemSwiping(int i)