diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d844f1e..d861d72 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -333,7 +333,8 @@ private slots: /// Pops up the thread-list context menu, preserving a multi-row selection /// the click lands inside. void showThreadContextMenu(const QPoint &pos); - void onThreadLoaded(const QVector<MessageRef> &messages, quint64 generation); + /// Paints `messages` into the message pane. Callers own the guards. + void renderMessages(const QVector<MessageRef> &messages); /// Asks the worker for a thread's reply tree when its row is expanded. void onThreadExpanded(const QModelIndex &index); |
