Home
last modified time | relevance | path

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

/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dservergroupdialog.cpp333 QList<QListWidgetItem*> channelBoxSelection = m_mainWidget->m_channelLBox->selectedItems(); in updateChannelArrows() local
335 const bool hasChannelSelected = !channelBoxSelection.isEmpty(); in updateChannelArrows()
337 QListWidgetItem* selectedChannel = channelBoxSelection.first(); in updateChannelArrows()