broken commit

This commit is contained in:
fourtf
2017-01-26 17:48:14 +01:00
parent 6f04a3ad6d
commit 49f3a41b7e
4 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Message::Message(const QString &text)
QString()));
}
Message::Message(const IrcPrivateMessage &ircMessage, const Channel &channel,
Message::Message(const IrcPrivateMessage &ircMessage, Channel &channel,
bool enablePingSound, bool isReceivedWhisper,
bool isSentWhisper, bool includeChannel)
: wordParts()
+1 -1
View File
@@ -16,7 +16,7 @@ class Message
{
public:
Message(const QString &text);
Message(const IrcPrivateMessage &ircMessage, const Channel &Channel,
Message(const IrcPrivateMessage &ircMessage, Channel &Channel,
bool enablePingSound = true, bool isReceivedWhisper = false,
bool isSentWhisper = false, bool includeChannel = false);