From 219863be3e179f0210603a7b5b5dc46037fd75d8 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 15 Feb 2024 22:03:46 +0100 Subject: [PATCH] Remove obsolete "currently" in remark about `pauseResumeDevice()` --- syncthingconnector/syncthingconnection_requests.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/syncthingconnector/syncthingconnection_requests.cpp b/syncthingconnector/syncthingconnection_requests.cpp index 61857de..aa88f4f 100644 --- a/syncthingconnector/syncthingconnection_requests.cpp +++ b/syncthingconnector/syncthingconnection_requests.cpp @@ -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) {