local-repo.h (seafile-client-9.0.1) | : | local-repo.h (seafile-client-9.0.2) | ||
---|---|---|---|---|
skipping to change at line 89 | skipping to change at line 89 | |||
} | } | |||
bool operator!=(const LocalRepo& rhs) const { | bool operator!=(const LocalRepo& rhs) const { | |||
return !(*this == rhs); | return !(*this == rhs); | |||
} | } | |||
bool isValid() const { return id.length() > 0; } | bool isValid() const { return id.length() > 0; } | |||
QString getErrorString() const; | QString getErrorString() const; | |||
void setSyncInfo(const QString &state, const int error = SYNC_ERROR_ID_NO_ER ROR); | void setSyncInfo(const QString &state); | |||
private: | private: | |||
void translateSyncError(const int error); | ||||
void translateSyncState(const QString &state); | void translateSyncState(const QString &state); | |||
}; | }; | |||
Q_DECLARE_METATYPE(LocalRepo) | Q_DECLARE_METATYPE(LocalRepo) | |||
#endif // SEAFILE_CLIENT_LOCAL_REPO_H | #endif // SEAFILE_CLIENT_LOCAL_REPO_H | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |