fix the misplaced & in the private stuff as well 1/head
authormartin sandsmark <martin.sandsmark@kde.org>
Tue, 19 Feb 2013 22:25:34 +0000 (23:25 +0100)
committermartin sandsmark <martin.sandsmark@kde.org>
Tue, 19 Feb 2013 22:25:34 +0000 (23:25 +0100)
src/core/coreuserinputhandler.h

index 1d84d4b..e9d732a 100644 (file)
@@ -83,7 +83,7 @@ protected:
     void timerEvent(QTimerEvent *event);
 
 private:
     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<QByteArray> &params);
     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<QByteArray> &params);