~artmello/webbrowser-app/webbrowser-app-fix_1484555

« back to all changes in this revision

Viewing changes to src/app/FilePickerDialog.qml

  • Committer: CI Train Bot
  • Author(s): Olivier Tilloy
  • Date: 2015-08-10 16:30:48 UTC
  • mfrom: (1118.1.11 uitk-1.3)
  • Revision ID: ci-train-bot@canonical.com-20150810163048-gnec9qsacqootzq0
Update all imports of:
 - Ubuntu.Components to 1.3
 - QtQuick to 2.4
 - QtQuick.Window to 2.2

This bumps the required versions of qtdeclarative5-ubuntu-ui-toolkit-plugin, qml-module-qtquick2 and qml-module-qtquick-window2 in debian/control. Fixes: #1483279

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2014 Canonical Ltd.
 
2
 * Copyright 2014-2015 Canonical Ltd.
3
3
 *
4
4
 * This file is part of webbrowser-app.
5
5
 *
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
 
19
 
import QtQuick 2.0
 
19
import QtQuick 2.4
20
20
import QtQuick.Dialogs 1.0
21
 
import Ubuntu.Components 1.1
22
 
import Ubuntu.Components.Popups 1.0 as Popups
 
21
import Ubuntu.Components 1.3
 
22
import Ubuntu.Components.Popups 1.3 as Popups
23
23
 
24
24
Component {
25
25
    Popups.Dialog {