Home
last modified time | relevance | path

Searched refs:showNotifyList (Results 1 – 2 of 2) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviConsoleWindow.h122 void showNotifyList(bool bShow, bool bIgnoreSizeChange = false);
H A DKviConsoleWindow.cpp371 showNotifyList(!m_pNotifyListView->isVisible()); in toggleNotifyView()
394 void KviConsoleWindow::showNotifyList(bool bShow, bool bIgnoreSizeChange) in showNotifyList() function in KviConsoleWindow
425 showNotifyList(cfg->readBoolEntry("NotifyListViewVisible", false), true); in loadProperties()