summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/ApplicationRoot.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quicktestbrowser/ApplicationRoot.qml')
-rw-r--r--tests/quicktestbrowser/ApplicationRoot.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/quicktestbrowser/ApplicationRoot.qml b/tests/quicktestbrowser/ApplicationRoot.qml
index 980016535..e2248e350 100644
--- a/tests/quicktestbrowser/ApplicationRoot.qml
+++ b/tests/quicktestbrowser/ApplicationRoot.qml
@@ -53,6 +53,7 @@ QtObject {
var newWindow = browserWindowComponent.createObject(root)
newWindow.currentWebView.profile = profile
profile.downloadRequested.connect(newWindow.onDownloadRequested)
+ profile.userNotification.connect(newWindow.onUserNotification)
return newWindow
}
function createDialog(profile) {