~bfiller/gallery-app/revert-1245

« back to all changes in this revision

Viewing changes to rc/qml/OrganicView/OrganicAlbumView.qml

  • Committer: CI Train Bot
  • Author(s): Arthur Mello
  • Date: 2015-11-06 14:05:15 UTC
  • mfrom: (1241.1.30 gallery-app-sdk_1_3)
  • Revision ID: ci-train-bot@canonical.com-20151106140515-y27n4x5nt1ajn3jy
Update QML code to work with Ubuntu.Components 1.3 Fixes: #1508363
Approved by: Renato Araujo Oliveira Filho

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2012 Canonical Ltd
 
2
 * Copyright (C) 2012-2015 Canonical Ltd
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License version 3 as
17
17
 * Charles Lindsay <chaz@yorba.org>
18
18
 */
19
19
 
20
 
import QtQuick 2.0
 
20
import QtQuick 2.4
21
21
import Gallery 1.0
22
22
import "../Utility"
23
23
import "../../js/GalleryUtility.js" as GalleryUtility