Home
last modified time | relevance | path

Searched refs:msgHelper (Results 1 – 5 of 5) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dchatwindow.h133 void msgHelper(const QString& recipient, const QString& message);
H A Dstatuspanel.cpp114 … if(result.type == Konversation::PrivateMessage) msgHelper(result.typeString, result.output); in sendText()
H A Dchatwindow.cpp694 void ChatWindow::msgHelper(const QString& recipient, const QString& message) in msgHelper() function in ChatWindow
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dquery.cpp244 … else if(result.type == Konversation::PrivateMessage) msgHelper(result.typeString, result.output); in sendText()
H A Dchannel.cpp826 … else if(result.type == Konversation::PrivateMessage) msgHelper(result.typeString, result.output); in sendText()