Add button for hiding images and videos

This commit is contained in:
Tobias Fella
2025-06-11 23:28:54 +02:00
committed by Tobias Fella
parent b972703f34
commit 598a1c28ac
4 changed files with 47 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ public:
Q_INVOKABLE bool isImageShown(const QString &eventId);
Q_INVOKABLE void markImageShown(const QString &eventId);
Q_INVOKABLE void markImageHidden(const QString &eventId);
private:
explicit Controller(QObject *parent = nullptr);