Home
last modified time | relevance | path

Searched refs:NotifyOnLine (Results 1 – 4 of 4) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIconManager.h265 NotifyOnLine = 94, enumerator
H A DKviIconManager.cpp880 return KviIconManager::NotifyOnLine; in iconName()
H A DKviOptions.cpp760 …MSGTYPE_OPTION("NotifyOnLine", __tr_no_lookup("Notify list joins"), KviIconManager::NotifyOnLine, …
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/reguser/
H A DRegisteredUsersDialog.cpp198 …pt.rect.topLeft().y() + LVI_BORDER, *(g_pIconManager->getSmallIcon(KviIconManager::NotifyOnLine))); in paint()