Remove obsolete "currently" in remark about `pauseResumeDevice()`

This commit is contained in:
Martchus 2024-02-15 22:03:46 +01:00
parent ed1ac2c2ed
commit 219863be3e
1 changed files with 2 additions and 3 deletions

View File

@ -338,9 +338,8 @@ bool SyncthingConnection::resumeAllDevs()
/*!
* \brief Internally used to pause/resume directories.
* \returns Returns whether a request has been made.
* \remarks This might currently result in errors caused by Syncthing not
* handling E notation correctly when using Qt < 5.9:
* https://github.com/syncthing/syncthing/issues/4001
* \remarks This might result in errors caused by Syncthing not handling E notation correctly when using Qt < 5.9,
* see https://github.com/syncthing/syncthing/issues/4001.
*/
bool SyncthingConnection::pauseResumeDevice(const QStringList &devIds, bool paused)
{