Remove "CompletionManager". Completion models are now stored in Channel

Chatters list is now updated every 5 minutes
This commit is contained in:
Rasmus Karlsson
2018-03-24 12:02:07 +01:00
parent ad12a818b2
commit d9bd39e8a4
12 changed files with 65 additions and 95 deletions
+1
View File
@@ -20,6 +20,7 @@ namespace chatterino {
Channel::Channel(const QString &_name)
: name(_name)
, completionModel(this->name)
{
}