summaryrefslogtreecommitdiff
path: root/ui/qt/service_response_time_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-07-08 14:09:09 +0200
committerMichael Mann <mmann78@netscape.net>2015-07-09 00:28:42 +0000
commit7b85f62ba3fe95e20004c31165c989a4fd29beb3 (patch)
tree6d9840e93e077dbf70ab067cba2a2beeb3273e0c /ui/qt/service_response_time_dialog.h
parentac7a46505fbebe433b1cbc8fc348684079fd3d4b (diff)
downloadwireshark-7b85f62ba3fe95e20004c31165c989a4fd29beb3.tar.gz
service_response_time_dialog/response_time_delay_dialog(.h): fix '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
Change-Id: I84682651f40ab9e8f54a6ae656d0670096b5a3bc Reviewed-on: https://code.wireshark.org/review/9559 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/service_response_time_dialog.h')
-rw-r--r--ui/qt/service_response_time_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/service_response_time_dialog.h b/ui/qt/service_response_time_dialog.h
index 39de1698b3..77289cef20 100644
--- a/ui/qt/service_response_time_dialog.h
+++ b/ui/qt/service_response_time_dialog.h
@@ -44,7 +44,6 @@ protected:
* separate groups of QTreeWidgetItems.
*
* @param srt_table The table to add.
- * @return A
*/
// gtk:service_response_table.h:init_srt_table
void addSrtTable(const struct _srt_stat_table *srt_table);