added limited queue

This commit is contained in:
fourtf
2017-02-02 20:35:12 +01:00
parent 5390272279
commit 93660233fd
10 changed files with 191 additions and 46 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Message
{
public:
Message(const QString &text);
Message(const IrcPrivateMessage &ircMessage, Channel &Channel,
Message(const IrcPrivateMessage &ircMessage, Channel &channel,
bool enablePingSound = true, bool isReceivedWhisper = false,
bool isSentWhisper = false, bool includeChannel = false);