Home
last modified time | relevance | path

Searched refs:notifyStringByGroupId (Results 1 – 3 of 3) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/config/
H A Dpreferences.h67 static const QString notifyStringByGroupId(int serverGroupId);
H A Dpreferences.cpp273 const QString Preferences::notifyStringByGroupId(int serverGroupId) in notifyStringByGroupId() function in Preferences
/dports/irc/konversation/konversation-21.12.3/src/
H A Dapplication.cpp903 … cgServerGroup.writeEntry("NotifyList",Preferences::notifyStringByGroupId(serverGroup->id())); in saveOptions()