From f65694717ea3a95412898d0d048bf162616c4a99 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 20 Feb 2014 20:40:04 +0100 Subject: [PATCH] extended testing strings --- src/trayicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trayicon.cpp b/src/trayicon.cpp index 65ef722..32a107f 100644 --- a/src/trayicon.cpp +++ b/src/trayicon.cpp @@ -124,7 +124,7 @@ void TrayIcon::sloutUpdateTestNotification() Notification noti = m_notifications.take(timer); Notification update(noti, "Hello World", "This is Snore
" - "This icon is in color
" + "This icon is quite a long line of text, isnt it I think it is what do you think? btw the icon should be in color
" "Project Website", Icon("http://jweatherwatch.googlecode.com/svn/trunk/iconset/04.png")); m_snore->broadcastNotification(update); timer->deleteLater();