summary refs log tree commit diff
path: root/src/timeline/TimelineModel.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-24 23:51:05 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-24 23:51:05 +0100
commitf6b5b24d64813f915fa05517ae9e5a19273669bf (patch)
treebf7c79e6c4667b379276fa86f84e84e8d0415bf9 /src/timeline/TimelineModel.h
parentEnsure we ask for confirmation when clicking on a matrix uri (diff)
downloadnheko-f6b5b24d64813f915fa05517ae9e5a19273669bf.tar.xz
Allow editing via up and down arrows
Diffstat (limited to '')
-rw-r--r--src/timeline/TimelineModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h
index 5f599741..c4df300f 100644
--- a/src/timeline/TimelineModel.h
+++ b/src/timeline/TimelineModel.h
@@ -337,6 +337,7 @@ private:
 
         QString currentId, currentReadId;
         QString reply_, edit_;
+        QString textBeforeEdit, replyBeforeEdit;
         std::vector<QString> typingUsers_;
 
         TimelineViewManager *manager_;