~vthompson/ubuntu-weather-app/reboot-chance-of-rain

« back to all changes in this revision

Viewing changes to app/components/ListItemWithActions.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2015-06-21 13:28:09 UTC
  • mfrom: (51.1.2 reboot-15.04)
  • Revision ID: tarmac-20150621132809-wwiizgtf4uk65icu
* 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.

Approved by Nekhelesh Ramananthan, Ubuntu Phone Apps Jenkins Bot.

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