X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsettings.cpp;h=5c0ae8e7f55ce590faef90079f5c34a750a5fc95;hb=85087a839d89dc53ed71b41e12244e57f21f67b1;hp=812e532815eafb53310bb1be91e5137722bd34b9;hpb=169266ea6b484f8876679854998cdd6dac6b9e90;p=quassel.git diff --git a/src/client/clientsettings.cpp b/src/client/clientsettings.cpp index 812e5328..5c0ae8e7 100644 --- a/src/client/clientsettings.cpp +++ b/src/client/clientsettings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -320,7 +320,8 @@ void NotificationSettings::setHighlightNick(NotificationSettings::HighlightNickT NotificationSettings::HighlightNickType NotificationSettings::highlightNick() { - return (NotificationSettings::HighlightNickType)localValue("Highlights/HighlightNick", CurrentNick).toInt(); + return (NotificationSettings::HighlightNickType)localValue("Highlights/HighlightNick", + CurrentNick).toInt(); }