~zsombi/ubuntu-ui-toolkit/03-styleditem-styleset

« back to all changes in this revision

Viewing changes to tests/unit/tst_components/tst_styleditem13.qml

  • Committer: Zsombor Egri
  • Date: 2015-04-14 05:38:28 UTC
  • Revision ID: zsombor.egri@canonical.com-20150414053828-miq9kfnc7k1z8pwa
review comments applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2014 Canonical Ltd.
 
2
 * Copyright 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 Lesser General Public License as published by
16
16
 
17
17
import QtTest 1.0
18
18
import Ubuntu.Components 1.3
19
 
import QtQuick 2.0
 
19
import QtQuick 2.4
20
20
 
21
21
TestCase {
22
22
     name: "StyledItemAPI"