From d2fa5fd0f5b1972bd372510cc14509e85b972b23 Mon Sep 17 00:00:00 2001 From: Kirill Burtsev Date: Wed, 20 Mar 2019 18:04:50 +0100 Subject: Notification API cleanup Task-number: QTBUG-74543 Change-Id: Ice5a0dbfc3485c8b7e6fa900ef427a9aed871d42 Reviewed-by: Allan Sandfeld Jensen --- tests/quicktestbrowser/BrowserWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/quicktestbrowser/BrowserWindow.qml') diff --git a/tests/quicktestbrowser/BrowserWindow.qml b/tests/quicktestbrowser/BrowserWindow.qml index 381e9c142..6c3c160ac 100644 --- a/tests/quicktestbrowser/BrowserWindow.qml +++ b/tests/quicktestbrowser/BrowserWindow.qml @@ -511,7 +511,7 @@ ApplicationWindow { standardButtons: StandardButton.Ok } - function onUserNotification(notification) { + function onPresentNotification(notification) { notificationDialog.title = notification.title notificationDialog.text = notification.origin.toString() + '\n' + notification.message notificationDialog.open() -- cgit v1.2.3