response_time_delay_dialog (Qt): Fix warning: parameter 'user_data/data' not found in the function declaration [-Wdocumentation]

Change-Id: I592b35a3ceec477a8269f5cda0c5c363681a36aa
Reviewed-on: https://code.wireshark.org/review/20048
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
This commit is contained in:
Alexis La Goutte 2017-02-10 08:05:47 +01:00 committed by Jaap Keuter
parent 5c7cc28a6c
commit 424fef1a57
1 changed files with 4 additions and 3 deletions

View File

@ -55,10 +55,11 @@ private slots:
virtual void fillTree();
};
/** Register function to register dissectors that support RTD.
/** Register function to register dissectors that support RTD for Qt.
*
* @param data register_rtd_t* representing dissetor RTD table
* @param user_data is unused
* @param key is unused
* @param value register_rtd_t* representing dissetor RTD table
* @param userdata is unused
*/
gboolean register_response_time_delay_tables(const void *key, void *value, void *userdata);