diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-17 13:31:38 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-20 21:47:32 -0400 |
commit | d2d5229ede5124ba6cf9e85790dcd564faad00db (patch) | |
tree | 6434aaaabc5853e93fae02fa29ba7d2f84cb5e5f /src/timeline/TimelineViewManager.cpp | |
parent | Use standard buttons for OK button (diff) | |
download | nheko-d2d5229ede5124ba6cf9e85790dcd564faad00db.tar.xz |
make lint
Diffstat (limited to '')
-rw-r--r-- | src/timeline/TimelineViewManager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp index 08b88efd..8daa2124 100644 --- a/src/timeline/TimelineViewManager.cpp +++ b/src/timeline/TimelineViewManager.cpp @@ -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); }); //} |