summary refs log tree commit diff
path: root/src/HistoryViewItem.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 19:56:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 19:56:33 +0300
commit73e73f46eaff4f2236b31ed5858738c6b5e26ea3 (patch)
tree3af375ca4be03bacb34aa72b173dd22a9f792380 /src/HistoryViewItem.cc
parentInitialize sync timer (diff)
downloadnheko-73e73f46eaff4f2236b31ed5858738c6b5e26ea3.tar.xz
Use const refs for the deserialized data
Diffstat (limited to 'src/HistoryViewItem.cc')
-rw-r--r--src/HistoryViewItem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HistoryViewItem.cc b/src/HistoryViewItem.cc

index 04c42f45..84890185 100644 --- a/src/HistoryViewItem.cc +++ b/src/HistoryViewItem.cc
@@ -20,7 +20,7 @@ #include "HistoryViewItem.h" -HistoryViewItem::HistoryViewItem(Event event, bool with_sender, QString color, QWidget *parent) +HistoryViewItem::HistoryViewItem(const Event &event, bool with_sender, const QString &color, QWidget *parent) : QWidget(parent) { QString sender = "";