summaryrefslogtreecommitdiff
path: root/ui/qt/proto_tree.h
diff options
context:
space:
mode:
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);