aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/qt_ui_utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-03-10 07:36:40 +0100
committerAnders Broman <a.broman58@gmail.com>2015-03-10 07:21:25 +0000
commit296bb23697c1d51bc58b4d817d95fe1e13924e10 (patch)
tree977a59eab797a6e7b1440f848dd4e8f344a839ab /ui/qt/qt_ui_utils.h
parentd36c2ad77bb8b7052460eaf5f8a28b69dfebed1b (diff)
ui uitls (Qt): fix parameter 'val' not found in the function declaration [-Wdocumentation]
Change-Id: I5fb1afca4b412697c56d80a8eb7be4140cd9420f Reviewed-on: https://code.wireshark.org/review/7612 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/qt_ui_utils.h')
-rw-r--r--ui/qt/qt_ui_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/qt_ui_utils.h b/ui/qt/qt_ui_utils.h
index 7176605044..bae98c6221 100644
--- a/ui/qt/qt_ui_utils.h
+++ b/ui/qt/qt_ui_utils.h
@@ -131,7 +131,7 @@ G_GNUC_PRINTF(3, 0);
/** Convert a bits per second value to a human-readable QString using format_size().
*
- * @param val The value to convert to string.
+ * @param bits_s The value to convert to string.
*
* @return A QString representation of the data rate in SI units.
*/
@@ -139,7 +139,7 @@ const QString bits_s_to_qstring(const double bits_s);
/** Convert a file size value to a human-readable QString using format_size().
*
- * @param val The value to convert to string.
+ * @param size The value to convert to string.
*
* @return A QString representation of the file size in SI units.
*/