diff options
Diffstat (limited to 'src/base/QXmppUtils_p.h')
| -rw-r--r-- | src/base/QXmppUtils_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppUtils_p.h b/src/base/QXmppUtils_p.h index 9a7b6103..17a24634 100644 --- a/src/base/QXmppUtils_p.h +++ b/src/base/QXmppUtils_p.h @@ -16,6 +16,7 @@ namespace QXmpp::Private { QXMPP_EXPORT QByteArray generateRandomBytes(uint32_t minimumByteCount, uint32_t maximumByteCount); QXMPP_EXPORT void generateRandomBytes(uint8_t *bytes, uint32_t byteCount); +float calculateProgress(qint64 transferred, qint64 total); } // namespace QXmpp::Private |
