added namespaces

This commit is contained in:
fourtf
2017-01-18 21:30:23 +01:00
parent 82338baaa3
commit 2e8dc63a95
82 changed files with 681 additions and 459 deletions
+3
View File
@@ -1,6 +1,8 @@
#include "channels.h"
#include "ircmanager.h"
namespace chatterino {
Channel Channels::whispers(QString("/whispers"));
Channel Channels::mentions(QString("/mentions"));
Channel Channels::empty(QString(""));
@@ -77,3 +79,4 @@ Channels::removeChannel(const QString &channel)
delete std::get<0>(a.value());
}
}
}