~vthompson/ubuntu-weather-app/fix-1478183

« back to all changes in this revision

Viewing changes to app/ubuntu-weather-app.qml

  • Committer: Victor Thompson
  • Date: 2015-06-18 01:42:03 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: victor.thompson@gmail.com-20150618014203-4tv8wpfa32svnj4p
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
 
19
 
import QtQuick 2.3
 
19
import QtQuick 2.4
20
20
import Qt.labs.settings 1.0
21
 
import Ubuntu.Components 1.1
 
21
import Ubuntu.Components 1.2
22
22
import "components"
23
23
import "data" as Data
24
24
import "data/WeatherApi.js" as WeatherApi
39
39
 
40
40
    backgroundColor: "#F5F5F5"
41
41
 
42
 
    useDeprecatedToolbar: false
43
42
    anchorToKeyboard: true
44
43
 
45
44
    signal listItemSwiping(int i)