general cleanup
-use of the override keyword -delete unused code -const correctness -more uniform code style -for each with const references when possible -getters no longer use the word 'get' -others
This commit is contained in:
@@ -18,7 +18,7 @@ void SystemNotification::sendMessage(
|
||||
const QString &title,
|
||||
const int timeout)
|
||||
{
|
||||
if(!ConfigHandler().getDesktopNotification()) {
|
||||
if(!ConfigHandler().desktopNotificationValue()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user