~nik90/ubuntu-weather-app/fix-ota10-sdk-issues

« back to all changes in this revision

Viewing changes to app/components/ListItemWithActions.qml

  • Committer: Victor Thompson
  • Date: 2015-06-18 01:42:03 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: victor.thompson@gmail.com-20150618014203-4tv8wpfa32svnj4p
* Bump framework to 15.04 and apparmor policy version
* Bump QtQuick to 2.4 and UITK components to 1.2
* Remove useDeprecatedToolbar as it does not exist anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
import QtQuick 2.3
18
 
import Ubuntu.Components 1.1
 
17
import QtQuick 2.4
 
18
import Ubuntu.Components 1.2
19
19
import Ubuntu.Components.ListItems 1.0 as ListItem
20
20
 
21
21