summary refs log tree commit diff
path: root/src/timeline/TimelineModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/TimelineModel.h')
-rw-r--r--src/timeline/TimelineModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h

index cf3b3b6c..afb712da 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h
@@ -345,7 +345,7 @@ public slots: void resetReply() { if (!reply_.isEmpty()) { - reply_ = ""; + reply_ = QLatin1String(""); emit replyChanged(reply_); } }