diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-05-27 16:31:54 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-05-27 17:01:58 +0200 |
commit | 6c6d43691d98aa02513350b52fe736fff6d6071d (patch) | |
tree | 6155225e4005f22c2a613a77912227b05fb48ff7 /src/timeline | |
parent | Translated using Weblate (Russian) (diff) | |
download | nheko-6c6d43691d98aa02513350b52fe736fff6d6071d.tar.xz |
Add basic powerlevel editor
Diffstat (limited to 'src/timeline')
-rw-r--r-- | src/timeline/TimelineModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index c52473b1..dae64094 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -282,6 +282,7 @@ public: Q_INVOKABLE bool saveMedia(const QString &eventId) const; Q_INVOKABLE void showEvent(QString eventId); Q_INVOKABLE void copyLinkToEvent(const QString &eventId) const; + void cacheMedia(const QString &eventId, const std::function<void(const QString filename)> &callback); Q_INVOKABLE void sendReset() |