~dpniel/ubuntu-calendar-app/uitk-1.3

« back to all changes in this revision

Viewing changes to EventUtils.qml

  • Committer: Dan Chapman
  • Date: 2016-01-22 09:47:31 UTC
  • Revision ID: dpniel@ubuntu.com-20160122094731-15pzkmfrxn29m6dk
Update Calendar to Ubuntu.Components 1.3

All imports have been changed to reflect newer uitk,
also switched all ListItems to use the new ListItem & ListItemLayouts

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
20
 
import Ubuntu.Components 1.1
 
19
import QtQuick 2.4
 
20
import Ubuntu.Components 1.3
21
21
import QtOrganizer 5.0
22
22
import "Defines.js" as Defines
23
23
import "Recurrence.js" as Recurrence