Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "repository_result.h"
|
||||
|
||||
RepositoryResult RepositoryResult::successResult() { return {"", true}; }
|
||||
|
||||
RepositoryResult RepositoryResult::failureResult(const QString &error) {
|
||||
return {error, false};
|
||||
}
|
||||
Reference in New Issue
Block a user