added namespaces
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user