make lint

This commit is contained in:
Loren Burkholder 2021-07-17 13:31:38 -04:00
parent 182de32380
commit d2d5229ede
7 changed files with 72 additions and 34 deletions

View file

@ -430,10 +430,10 @@ TimelineViewManager::openImageOverlayInternal(QString eventId, QImage img)
});
}
//void
//TimelineViewManager::openInviteUsersDialog()
// void
// TimelineViewManager::openInviteUsersDialog()
//{
// TODO: move this somewhere where it will actually work (probably Rooms)
// TODO: move this somewhere where it will actually work (probably Rooms)
// MainWindow::instance()->openInviteUsersDialog(
// [this](const QStringList &invitees) { emit inviteUsers(invitees); });
//}