summaryrefslogtreecommitdiff
path: root/ui/qt/proto_tree.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-04 15:43:33 -0800
committerGerald Combs <gerald@wireshark.org>2015-03-05 20:17:29 +0000
commit8664de017f4c715aa088b27f09a87820cdaf13ed (patch)
tree2b709dea6585c96c86aed132dcc9766cd1598995 /ui/qt/proto_tree.h
parent89270fbe0fd70fda8d27dc3195c00a92a48d675d (diff)
downloadwireshark-8664de017f4c715aa088b27f09a87820cdaf13ed.tar.gz
Qt: Constify a bunch of strings.
Change-Id: I601e429408fc042fc5b18a4750d40e260da47f43 Reviewed-on: https://code.wireshark.org/review/7535 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/proto_tree.h')
-rw-r--r--ui/qt/proto_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/proto_tree.h b/ui/qt/proto_tree.h
index 8890cca27a..b883308b1b 100644
--- a/ui/qt/proto_tree.h
+++ b/ui/qt/proto_tree.h
@@ -49,7 +49,7 @@ private:
QFont mono_font_;
signals:
- void protoItemSelected(QString &);
+ void protoItemSelected(const QString &);
void protoItemSelected(field_info *);
void openPacketInNewWindow(bool);
void goToPacket(int);