aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/packet_list.h')
-rw-r--r--ui/qt/packet_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index 28033b5af1..f3cc4a7507 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -88,6 +88,7 @@ public:
QList<int> selectedRows(bool useFrameNum = false);
QString createSummaryText(QModelIndex idx, SummaryCopyType type);
+ QString createHeaderSummaryText(SummaryCopyType type);
protected:
@@ -146,6 +147,7 @@ private:
void applyRecentColumnWidths();
void scrollViewChanged(bool at_end);
void colorsChanged();
+ QString joinSummaryRow(QStringList col_parts, int row, SummaryCopyType type);
signals:
void packetDissectionChanged();