Home
last modified time | relevance | path

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

/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Dtelepathy-chat-ui.cpp165 Tp::TextChannelPtr oldTextChannel; in handleChannels() local
166 const bool isKnown = isHiddenChannel(account, textChannel, &oldTextChannel); in handleChannels()
171 releaseChannel(oldTextChannel, account, false); in handleChannels()
237 if (!oldTextChannel.isNull()) { in handleChannels()
238 releaseChannel(oldTextChannel, account); in handleChannels()