~osomon/webbrowser-app/addressbar-url-update

« back to all changes in this revision

Viewing changes to src/app/webcontainer/webapp-container.qml

Further separate the two webbrowser-app & webapp-container projects. Fixes: https://bugs.launchpad.net/bugs/1246935.

Approved by Olivier Tilloy, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import QtQuick 2.0
20
20
import QtQuick.Window 2.0
21
21
import Ubuntu.Components 0.1
 
22
import ".."
22
23
 
23
24
Window {
24
25
    property alias developerExtrasEnabled: browser.developerExtrasEnabled