From 51ede5bd8acf7cf0aa152d16a17221e0b9604f7a Mon Sep 17 00:00:00 2001 From: martin sandsmark Date: Tue, 19 Feb 2013 23:25:34 +0100 Subject: [PATCH] fix the misplaced & in the private stuff as well --- src/core/coreuserinputhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/coreuserinputhandler.h b/src/core/coreuserinputhandler.h index 1d84d4b4..e9d732a8 100644 --- a/src/core/coreuserinputhandler.h +++ b/src/core/coreuserinputhandler.h @@ -83,7 +83,7 @@ protected: void timerEvent(QTimerEvent *event); private: - void doMode(const BufferInfo& bufferInfo, const QChar& addOrRemove, const QChar& mode, const QString &nickList); + void doMode(const BufferInfo& bufferInfo, const QChar &addOrRemove, const QChar &mode, const QString &nickList); void banOrUnban(const BufferInfo &bufferInfo, const QString &text, bool ban); void putPrivmsg(const QByteArray &target, const QByteArray &message, Cipher *cipher = 0); int lastParamOverrun(const QString &cmd, const QList ¶ms); -- 2.20.1