summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 2a86d12..614430f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -384,6 +384,10 @@ private slots:
/// point the button uses.
void recoverStaleThread(const QString &threadId, const QString &messageId);
+ /// Drills into the double-clicked row: the whole thread, expanded, alone in
+ /// the view, with that row's own message in the pane.
+ void onRowDoubleClicked(const QModelIndex &index);
+
/// Selects the remembered message once its thread's rows have loaded.
void applyPendingRecovery();
void onThreadsReady(const QVector<ThreadSummary> &threads, quint64 generation);