aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/accordion_frame.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-09 16:00:14 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-10 03:20:33 +0000
commit0aaf0f04cff9385984ce8966f95af0726355dbde (patch)
tree019875a39276233d48aadb83c903c5da0f8d9769 /ui/qt/accordion_frame.h
parentb820d749bf1509bb8c098213e07d5f1ab9fcb75b (diff)
Add the "Resolved Addresses" dialog.
The GTK+ equivalent is named "Address Resolution" but "Resolved Addresses" seemed (to me at least) to be more clear. Change-Id: I1806354d91bb5ce8af11d20568b92a04c78d4d73 Reviewed-on: https://code.wireshark.org/review/9580 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/accordion_frame.h')
-rw-r--r--ui/qt/accordion_frame.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/qt/accordion_frame.h b/ui/qt/accordion_frame.h
index 37d3e00016..778b86d1d6 100644
--- a/ui/qt/accordion_frame.h
+++ b/ui/qt/accordion_frame.h
@@ -51,3 +51,16 @@ private slots:
};
#endif // ACCORDION_FRAME_H
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */