diff options
author | Minijackson <minijackson@riseup.net> | 2018-08-21 12:03:40 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-08-21 14:04:56 +0200 |
commit | 23e13c91e44e9d1fcbe2215f16d10117de4d0e84 (patch) | |
tree | 6e341ca4bcb94499a9b9631b7b3499a691d30b79 /common/storage/key.h | |
parent | 40fbc56ba745322ed75ac12c5551ce6b9bcb1cc4 (diff) | |
download | sink-23e13c91e44e9d1fcbe2215f16d10117de4d0e84.tar.gz sink-23e13c91e44e9d1fcbe2215f16d10117de4d0e84.zip |
Separate UIDs and revisions
Diffstat (limited to 'common/storage/key.h')
-rw-r--r-- | common/storage/key.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/storage/key.h b/common/storage/key.h index acd81cf..da90ddd 100644 --- a/common/storage/key.h +++ b/common/storage/key.h | |||
@@ -75,6 +75,7 @@ public: | |||
75 | QByteArray toDisplayByteArray() const; | 75 | QByteArray toDisplayByteArray() const; |
76 | static Revision fromDisplayByteArray(const QByteArray &bytes); | 76 | static Revision fromDisplayByteArray(const QByteArray &bytes); |
77 | qint64 toQint64() const; | 77 | qint64 toQint64() const; |
78 | size_t toSizeT() const; | ||
78 | 79 | ||
79 | static bool isValidInternal(const QByteArray &); | 80 | static bool isValidInternal(const QByteArray &); |
80 | static bool isValidDisplay(const QByteArray &); | 81 | static bool isValidDisplay(const QByteArray &); |