summaryrefslogtreecommitdiff
path: root/ui/qt/service_response_time_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-07 12:04:48 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-07 23:17:51 +0000
commite93fa8a82dffd12d03d0ac4d8a71d83cf75f1eaa (patch)
treea6f44c1f4e385f70feb2a90d3b0992dfa922d08b /ui/qt/service_response_time_dialog.h
parent5ccd8afe9f3eb0956cd7dce994a677a8cfc9f4bf (diff)
downloadwireshark-e93fa8a82dffd12d03d0ac4d8a71d83cf75f1eaa.tar.gz
Add ResponseTimeDelayDialog.
Change-Id: Ie1ea316643a3465763aec71f4a3ef4bf1a5ae639 Reviewed-on: https://code.wireshark.org/review/9548 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/service_response_time_dialog.h')
-rw-r--r--ui/qt/service_response_time_dialog.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/ui/qt/service_response_time_dialog.h b/ui/qt/service_response_time_dialog.h
index b7c7569bd3..39de1698b3 100644
--- a/ui/qt/service_response_time_dialog.h
+++ b/ui/qt/service_response_time_dialog.h
@@ -35,20 +35,19 @@ class ServiceResponseTimeDialog : public TapParameterDialog
public:
ServiceResponseTimeDialog(QWidget &parent, CaptureFile &cf, struct register_srt *srt, const QString filter, int help_topic = 0);
- static TapParameterDialog *createSrtDialog(QWidget &parent, const QString cfg_str, const QString arg, CaptureFile &cf);
+ static TapParameterDialog *createSrtDialog(QWidget &parent, const QString cfg_str, const QString filter, CaptureFile &cf);
protected:
- /** Add service response time table.
+ /** Add a service response time table.
*
* In the GTK+ UI "tables" are separate, tabbed widgets. In the Qt UI they are
* separate groups of QTreeWidgetItems.
*
- * @param title The table title (not shown if only one table).
- * @param num_procs Number of procedures.
- * @param filter_string filter string or QString().
+ * @param srt_table The table to add.
+ * @return A
*/
// gtk:service_response_table.h:init_srt_table
- QTreeWidgetItem *addSrtTable(const struct _srt_stat_table *srt_table);
+ void addSrtTable(const struct _srt_stat_table *srt_table);
private:
struct register_srt *srt_;
@@ -65,7 +64,7 @@ private slots:
void statsTreeWidgetItemChanged();
};
-/** Register function to register dissectors that support SRT for GTK.
+/** Register function to register dissectors that support SRT.
*
* @param data register_srt_t* representing dissetor SRT table
* @param user_data is unused