added namespace comments
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "QString"
|
||||
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
|
||||
struct EmoteValue {
|
||||
public:
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
#include "ircmanager.h"
|
||||
#include "resources.h"
|
||||
|
||||
using namespace chatterino::messages;
|
||||
using namespace chatterino::messages;
|
||||
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
TwitchMessageBuilder::TwitchMessageBuilder()
|
||||
: MessageBuilder()
|
||||
, messageId()
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
|
||||
class TwitchMessageBuilder : public messages::MessageBuilder
|
||||
{
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
//
|
||||
//#include <QRegularExpression>
|
||||
//
|
||||
// using namespace chatterino::messages;
|
||||
// using namespace chatterino::messages;
|
||||
//
|
||||
// namespace chatterino {
|
||||
// namespace twitch {
|
||||
// namespace chatterino {
|
||||
// namespace twitch {
|
||||
// SharedMessage
|
||||
// twitchParseMessage(const Communi::IrcPrivateMessage *ircMessage,
|
||||
// Channel *channel, const MessageParseArgs &args)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
//#include "messages/messagebuilder.h"
|
||||
//#include "messages/messageparseargs.h"
|
||||
//
|
||||
// namespace chatterino {
|
||||
// namespace twitch {
|
||||
// namespace chatterino {
|
||||
// namespace twitch {
|
||||
//}
|
||||
//}
|
||||
//
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "twitchuser.h"
|
||||
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
TwitchUser::TwitchUser(const QString &username, const QString &oauthToken,
|
||||
const QString &oauthClient)
|
||||
: IrcUser2(username, username, username, "oauth:" + oauthToken)
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
namespace chatterino {
|
||||
namespace twitch {
|
||||
|
||||
class TwitchUser : public IrcUser2
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user