X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=5b6013795a2d91c0c34334e3d7f1d14f27745dbe;hp=495a12333e21a9340e34d8f8f6fb9a124994849f;hb=12e89ab96ec63667e0f1d61c88fe6f2a3023682a;hpb=fe56ff8c7e311d313c487a8a7578a9de87dcfb77 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 495a1233..5b601379 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -82,7 +82,7 @@ class MainWin : public QMainWindow { private slots: void addBufferView(int bufferViewConfigId); void removeBufferView(int bufferViewConfigId); - void receiveMessage(const Message &msg); + void messagesInserted(const QModelIndex &parent, int start, int end); void showChannelList(NetworkId netId = NetworkId()); void showCoreInfoDlg(); void showSettingsDlg();