Skip to content

Commit

Permalink
Fix CI issues.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Oct 16, 2023
1 parent 5ee04df commit a6f6896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libsync/vfs/cfapi/hydrationjob.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ class HydrationJob : public QObject

Status status() const;

int errorCode() const;
int statusCode() const;
QString errorString() const;
[[nodiscard]] int errorCode() const;
[[nodiscard]] int statusCode() const;
[[nodiscard]] QString errorString() const;

void start();
void cancel();
Expand Down

0 comments on commit a6f6896

Please sign in to comment.