aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-12-12 12:34:26 -0800
committerGerald Combs <gerald@wireshark.org>2016-12-12 20:37:10 +0000
commiteb1307a099ad1ed77cc70d501ab33284fcdb444d (patch)
treefd5c27aa3cc6c9f532593ffebad9c898104f2118 /ui/qt
parent128246bffbdfc2f30183689c2f9d9e4f676ca520 (diff)
Mark routines GTK+ only.
Mark packet_list_select_last_row and cf_goto_bottom_frame GTK+ only. Change-Id: I158814c2fa8c5fa8021b7156dded0945535c978a Reviewed-on: https://code.wireshark.org/review/19223 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/packet_list.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/packet_list.cpp b/ui/qt/packet_list.cpp
index b20444da89..50985d8070 100644
--- a/ui/qt/packet_list.cpp
+++ b/ui/qt/packet_list.cpp
@@ -123,6 +123,7 @@ packet_list_select_first_row(void)
gbl_cur_packet_list->goFirstPacket();
}
+// GTK+ only
void
packet_list_select_last_row(void)
{