summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-01 17:54:13 +0200
committerRoland Knall <rknall@gmail.com>2016-10-01 17:00:35 +0000
commitdd0d9ea4fbf4ec5e11078c89d42da211ed46b4b8 (patch)
tree873a500afd3b390cbfd771704914535c5224946a /ui
parentc33169b7b812ade98ded1c50af0ff24a9e439bc5 (diff)
downloadwireshark-dd0d9ea4fbf4ec5e11078c89d42da211ed46b4b8.tar.gz
interface_tree_model(.h): fix not a Doxygen trailing comment [-Wdocumentation]
Change-Id: Ibdf59547ec116d99ff8e60fd8c69dbd2b929e887 Reviewed-on: https://code.wireshark.org/review/18007 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/interface_tree_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/interface_tree_model.h b/ui/qt/interface_tree_model.h
index fee19e80d7..9e1b7808ca 100644
--- a/ui/qt/interface_tree_model.h
+++ b/ui/qt/interface_tree_model.h
@@ -45,7 +45,7 @@ enum InterfaceTreeColumns
#endif
IFTREE_COL_NAME,
IFTREE_COL_STATS,
- IFTREE_COL_MAX /*< is not being displayed, it is the definition for the maximum numbers of columns */
+ IFTREE_COL_MAX /* is not being displayed, it is the definition for the maximum numbers of columns */
};
class InterfaceTreeModel : public QAbstractTableModel