diff --git a/src/gui/editlocallyjob.h b/src/gui/editlocallyjob.h index 4bc4d071b..60637889e 100644 --- a/src/gui/editlocallyjob.h +++ b/src/gui/editlocallyjob.h @@ -87,7 +87,7 @@ private: [[nodiscard]] const QString getRelativePathToRemoteRootForFile() const; // returns either '/' or a (relative path - Folder::remotePath()) for folders pointing to a non-root remote path e.g. '/subfolder' instead of '/' [[nodiscard]] const QString getRelativePathParent() const; - [[nodiscard]] int fileLockTimeRemainingMinutes(const int lockTime, const int lockTimeOut); + [[nodiscard]] static int fileLockTimeRemainingMinutes(const int lockTime, const int lockTimeOut); bool _tokenVerified = false;