~vthompson/ubuntu-weather-app/reboot-chance-of-rain

« back to all changes in this revision

Viewing changes to app/components/FastScroll.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2015-06-21 13:28:09 UTC
  • mfrom: (51.1.2 reboot-15.04)
  • Revision ID: tarmac-20150621132809-wwiizgtf4uk65icu
* Bump framework to 15.04 and apparmor policy version
* Bump QtQuick to 2.4 and UITK components to 1.2
* Remove useDeprecatedToolbar as it does not exist anymore.

Approved by Nekhelesh Ramananthan, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
**
3
3
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4
 
** Copyright (C) 2014 Canonical Ltda
 
4
** Copyright (C) 2014, 2015 Canonical Ltda
5
5
** All rights reserved.
6
6
** Contact: Nokia Corporation (qt-info@nokia.com)
7
7
**
40
40
****************************************************************************/
41
41
 
42
42
// FastScroll.qml
43
 
import QtQuick 2.3
44
 
import Ubuntu.Components 1.1
 
43
import QtQuick 2.4
 
44
import Ubuntu.Components 1.2
45
45
import "FastScroll.js" as Sections
46
46
 
47
47
Item {