mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-11 13:32:09 +00:00
Slight cleanup
This commit is contained in:
parent
5c734a80f8
commit
6d7fba1a6c
@ -829,7 +829,7 @@ void GUI::showNotificationBaloon(QString title, QString msg) const {
|
|||||||
#ifdef WITH_LIBNOTIFY
|
#ifdef WITH_LIBNOTIFY
|
||||||
if (notify_init ("summary-body")) {
|
if (notify_init ("summary-body")) {
|
||||||
NotifyNotification* notification;
|
NotifyNotification* notification;
|
||||||
notification = notify_notification_new (title.toLocal8Bit().data(), msg.toLocal8Bit().data(), "qbittorrent", 0);
|
notification = notify_notification_new (qPrintable(title), qPrintable(msg), "qbittorrent", 0);
|
||||||
gboolean success = notify_notification_show (notification, NULL);
|
gboolean success = notify_notification_show (notification, NULL);
|
||||||
g_object_unref(G_OBJECT(notification));
|
g_object_unref(G_OBJECT(notification));
|
||||||
notify_uninit ();
|
notify_uninit ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user