~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to Scroller.qml

  • Committer: Akiva Avraham
  • Date: 2014-09-20 10:45:35 UTC
  • mto: This revision was merged to the branch mainline in revision 464.
  • Revision ID: akiva@linux.com-20140920104535-cxorhvj4mptugici
Updated library imports to qtquick-2.3

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.0
 
19
import QtQuick 2.3
20
20
import Ubuntu.Components 1.1
21
21
import Ubuntu.Components.ListItems 1.0 as ListItems
22
22