Clean up warnings

This commit is contained in:
Rasmus Karlsson
2018-05-06 14:16:41 +02:00
parent d9c0d37bd2
commit 5efc2c38d8
7 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ using namespace chatterino::messages;
namespace chatterino {
Channel::Channel(const QString &_name, Type _type)
: type(_type)
, name(_name)
: name(_name)
, completionModel(this->name)
, type(_type)
{
this->clearCompletionModelTimer = new QTimer;
QObject::connect(this->clearCompletionModelTimer, &QTimer::timeout, [this]() {