summary refs log tree commit diff
path: root/include/timeline/TimelineView.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-01 15:39:50 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-01 15:39:50 +0200
commit432a2e13548b00bbacee1f06da8e605e26006379 (patch)
treecfbbb0819dd6364a0ee11e4159a3c44b909ee7a7 /include/timeline/TimelineView.h
parentGroup emoji and dialogs with namespaces (diff)
downloadnheko-432a2e13548b00bbacee1f06da8e605e26006379.tar.xz
Add inline audio clip player (m.audio) (#143)
Diffstat (limited to 'include/timeline/TimelineView.h')
-rw-r--r--include/timeline/TimelineView.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/timeline/TimelineView.h b/include/timeline/TimelineView.h

index 898a304e..5262d20d 100644 --- a/include/timeline/TimelineView.h +++ b/include/timeline/TimelineView.h
@@ -27,13 +27,16 @@ #include <QStyle> #include <QStyleOption> +#include "Audio.h" #include "Emote.h" #include "File.h" #include "Image.h" -#include "MatrixClient.h" -#include "MessageEvent.h" #include "Notice.h" #include "Text.h" +#include "Video.h" + +#include "MatrixClient.h" +#include "MessageEvent.h" #include "TimelineItem.h" class FloatingButton;