Home
last modified time | relevance | path

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

/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dviewcontainer.h217 void channelJoined(Channel* channel);
H A Dviewcontainer.cpp2779 void ViewContainer::channelJoined(Channel* channel) in channelJoined() function in ViewContainer
2800 connect(channel, &Channel::joined, this, &ViewContainer::channelJoined); in addChannel()