Mercurial > dedupe
diff MemoryDBLink.hpp @ 86:af7962f3274b
Use quint64 for sizes, rather than qint64.
| author | Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no> |
|---|---|
| date | Thu, 10 Oct 2013 16:07:35 +0200 |
| parents | b9515dc35fe4 |
| children | f49023c61dac |
line wrap: on
line diff
--- a/MemoryDBLink.hpp Thu Oct 10 15:55:30 2013 +0200 +++ b/MemoryDBLink.hpp Thu Oct 10 16:07:35 2013 +0200 @@ -14,9 +14,9 @@ QStringList toStringList(); - virtual void addFile(const QString& path, qint64 size, + virtual void addFile(const QString& path, quint64 size, const QDateTime& dtime, const QByteArray& hash); - virtual void updateFile(const QString& path, qint64 size, + virtual void updateFile(const QString& path, quint64 size, const QDateTime& dtime, const QByteArray& hash); DBStatus existsWithMtime(const QString& path, const QDateTime& mtime);
