aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-11-06 23:54:59 -0500
committerRoland Knall <rknall@gmail.com>2016-11-07 06:50:11 +0000
commit1619c4cf4afe792c6c3a987a89c9bc41539fad74 (patch)
tree25961977448e188e2059cf7adc7fc7e9c4a5d02b /ui
parent94483fc3bc254e4e971a366753ce3449a4addeff (diff)
interface_tree_model.cpp - ensure QObject namespace for tr()
Change-Id: I64214b5e2eb8b64ae36e049174d94d10da1e5bc5 Reviewed-on: https://code.wireshark.org/review/18698 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> 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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/interface_tree_model.cpp b/ui/qt/interface_tree_model.cpp
index bae432be0b..511bb14cec 100644
--- a/ui/qt/interface_tree_model.cpp
+++ b/ui/qt/interface_tree_model.cpp
@@ -45,7 +45,7 @@
#include "extcap.h"
#endif
-const QString InterfaceTreeModel::DefaultNumericValue = tr("default");
+const QString InterfaceTreeModel::DefaultNumericValue = QObject::tr("default");
/**
* This is the data model for interface trees. It implies, that the index within