fixup! linter fixes

This commit is contained in:
Karthik Nishanth 2024-06-14 14:10:59 -07:00
parent 10cd106063
commit 492511a2af
3 changed files with 14 additions and 13 deletions

View file

@ -636,7 +636,8 @@ TimelineViewManager::fixImageRendering([[maybe_unused]] QQuickTextDocument *t,
#else
void
TimelineViewManager::fixImageRendering(QQuickTextDocument *, QQuickItem *)
{}
{
}
#endif
using IgnoredUsers = mtx::events::EphemeralEvent<mtx::events::account_data::IgnoredUsers>;