Add button for hiding images and videos
This commit is contained in:
committed by
Tobias Fella
parent
b972703f34
commit
598a1c28ac
@@ -407,4 +407,9 @@ void Controller::markImageShown(const QString &eventId)
|
||||
m_shownImages.append(eventId);
|
||||
}
|
||||
|
||||
void Controller::markImageHidden(const QString &eventId)
|
||||
{
|
||||
m_shownImages.removeAll(eventId);
|
||||
}
|
||||
|
||||
#include "moc_controller.cpp"
|
||||
|
||||
Reference in New Issue
Block a user