diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-07-19 16:12:09 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-07-19 16:12:09 +0200 |
commit | af329351289606f3cb1ef865cb0cbe61c1d1711b (patch) | |
tree | 41b1f00b496b07e0c1f7ea5d576beb2f52376693 /lib/quotient_common.h | |
parent | 227d7c0ba26c3eb3e7394e0a5b7cc79544db7515 (diff) | |
download | libquotient-af329351289606f3cb1ef865cb0cbe61c1d1711b.tar.gz libquotient-af329351289606f3cb1ef865cb0cbe61c1d1711b.zip |
MatrixUri->Uri: Extend to non-Matrix URIs
Diffstat (limited to 'lib/quotient_common.h')
-rw-r--r-- | lib/quotient_common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/quotient_common.h b/lib/quotient_common.h index 446f628b..bb05af05 100644 --- a/lib/quotient_common.h +++ b/lib/quotient_common.h @@ -17,10 +17,10 @@ Q_ENUM_NS(RunningPolicy) enum UriResolveResult : short { StillResolving = -1, UriResolved = 0, - UnknownMatrixId, - MalformedUri, - NoAccount, - EmptyMatrixId + CouldNotResolve, + IncorrectAction, + InvalidUri, + NoAccount }; Q_ENUM_NS(UriResolveResult) |