mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Make fileLockTimeRemainingMinutes a static method
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
4e508d0276
commit
1b5b30d222
1 changed files with 1 additions and 1 deletions
|
@ -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 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]] 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;
|
bool _tokenVerified = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue