~abreu-alexandre/webbrowser-app/add-scheme-filter-handler

« back to all changes in this revision

Viewing changes to src/app/webbrowser/KeyboardShortcuts.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:
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
 
21
21
Item {
22
22
    function processKey(key, modifiers) {