aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Tinkl <ltinkl@luxoft.com>2018-06-11 20:41:57 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-06-12 07:25:49 +0000
commitfc2905cf9f4e360a5672da197e76448e50d20b2c (patch)
tree9dcb8a8628ca4fee5d7d850ea0242589f85cd2d7
parentb1cf191f285576d5eca79ab7abf62c253065c83d (diff)
[sysui] fix the screenshot notification
otherwise this would be using the "other" notification interface with action icon and different timeout (upon pressing Ctrl+N) Change-Id: Iebef0edeb1ff273636e916792d0d39bcd0d87f82 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
-rw-r--r--Main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Main.qml b/Main.qml
index 50b14da4..10938ed1 100644
--- a/Main.qml
+++ b/Main.qml
@@ -275,9 +275,9 @@ Window {
const diagFile = tempDir + "/" + timestamp + "_neptune3_versions.txt";
saveFile(diagFile, display.sysInfo.qtDiag);
- notificationInterface.summary = qsTr("UI screenshot has been taken successfully");
- notificationInterface.body = qsTr("UI screenshot and diagnostics information are stored in %1").arg(tempDir);
- notificationInterface.show();
+ notificationInterfaceInfo.summary = qsTr("UI screenshot has been taken successfully");
+ notificationInterfaceInfo.body = qsTr("UI screenshot and diagnostics information are stored in %1").arg(tempDir);
+ notificationInterfaceInfo.show();
}
onActivated: {