aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/column_preferences_frame.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-01-01 11:41:03 -0800
committerGerald Combs <gerald@wireshark.org>2015-01-06 15:22:04 +0000
commit5fb2f274280c9a9bd9c89c9b1904a12d877e155c (patch)
tree428650756971ee3f5355a82d6b3723c15002ae09 /ui/qt/column_preferences_frame.h
parentcbca7eeb712c7365bf46ed3de8ed5c633a662bc2 (diff)
Qt: Add a context menu to the packet list header.
Don't carry over the sort items from the GTK+ UI (for now, at least). Update some names. Add a column editor frame similar to the "Go to Packet" and "Search" frames. Change-Id: I1bd3834a26994de96894d2b7512bce2c19915c77 Reviewed-on: https://code.wireshark.org/review/6277 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/column_preferences_frame.h')
-rw-r--r--ui/qt/column_preferences_frame.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/column_preferences_frame.h b/ui/qt/column_preferences_frame.h
index ab9c4ba52e..08845d6ac5 100644
--- a/ui/qt/column_preferences_frame.h
+++ b/ui/qt/column_preferences_frame.h
@@ -63,7 +63,6 @@ private slots:
void columnTitleEditingFinished();
void columnTypeCurrentIndexChanged(int index);
void customFieldEditingFinished();
- void customOccurrenceTextChanged(QString);
void customOccurrenceEditingFinished();
void on_newToolButton_clicked();
void on_deleteToolButton_clicked();