Use tray notifications in Windows

This commit is contained in:
lupoDharkael
2017-12-26 14:23:29 +01:00
parent 38a572ecf1
commit c019e19109

View File

@@ -45,7 +45,7 @@ void SystemNotification::sendMessage(
<< timeout; //timeout
m_interface->callWithArgumentList(QDBus::AutoDetect, "Notify", args);
#else
#endif
auto c = Controller::getInstance();
c->sendTrayNotification(title, text, timeout);
c->sendTrayNotification(text, title, timeout);
#endif
}