summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-07-06 14:41:56 +0200
committerGerald Combs <gerald@wireshark.org>2015-07-07 22:57:33 +0000
commit5ccd8afe9f3eb0956cd7dce994a677a8cfc9f4bf (patch)
tree13223f22bbc9bbc7d3b926d4fe8417f09a11ffe4 /ui
parent0619ed241c6a874864ce3bf83edc20468ed49b7e (diff)
downloadwireshark-5ccd8afe9f3eb0956cd7dce994a677a8cfc9f4bf.tar.gz
qt_ui_utils.h: fix @param command used in a comment that is not attached to a function declaration [-Wdocumentation]
Move class declaration on the top Change-Id: I4ced45f2c677a41cc8f5180d2eb5d211f4c6e6c1 Reviewed-on: https://code.wireshark.org/review/9518 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/qt_ui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/qt_ui_utils.h b/ui/qt/qt_ui_utils.h
index 102f599fbf..25459c5ad4 100644
--- a/ui/qt/qt_ui_utils.h
+++ b/ui/qt/qt_ui_utils.h
@@ -36,6 +36,7 @@
#include <QString>
class QFont;
+class QAction;
#ifdef __cplusplus
extern "C" {
@@ -155,7 +156,6 @@ void smooth_font_size(QFont &font);
* @param a2 Second action
* @return
*/
-class QAction;
bool qActionLessThan(const QAction * a1, const QAction * a2);
#endif /* __QT_UI_UTILS__H__ */