~popey/sudoku-app/fix-1377638

« back to all changes in this revision

Viewing changes to components/BigBlock.qml

  • Committer: Tarmac
  • Author(s): Akiva Avraham
  • Date: 2014-09-30 11:56:48 UTC
  • mfrom: (287.1.1 sudoku-app)
  • Revision ID: tarmac-20140930115648-9dpmwzeeq7306mlt
Updated library imports to qtquick-2.3.

Approved by Dinko Osmankovic, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QtQuick 2.0
 
1
import QtQuick 2.3
2
2
import Ubuntu.Components 0.1
3
3
import Ubuntu.Components.Popups 0.1
4
4
import "../js/SudokuCU.js" as SudokuCU