Skip to content
Snippets Groups Projects
Commit 82860940 authored by Dennis Beier's avatar Dennis Beier
Browse files

bugfix in channel model

parent dc29ffbf
Branches removeexecutionPolicy
No related tags found
1 merge request!1Feature/server choice2
......@@ -163,5 +163,8 @@ void ChannelModel::sortChanged()
void ChannelModel::clear()
{
beginResetModel();
channelList.clear();
duplicateCheck.clear();
endResetModel();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment