kget
verificationthread.h
Go to the documentation of this file.
39 void findBrokenPieces(const QString &type, const QList<QString> checksums, KIO::filesize_t length, const KUrl &file);
Definition: verificationthread.h:29
void verifiy(const QString &type, const QString &checksum, const KUrl &file)
Definition: verificationthread.cpp:44
void verified(bool verified)
Emitted when the verification of a file finishes, connect to this signal if you do the verification f...
void brokenPieces(const QList< KIO::fileoffset_t > &offsets, KIO::filesize_t length)
void findBrokenPieces(const QString &type, const QList< QString > checksums, KIO::filesize_t length, const KUrl &file)
Definition: verificationthread.cpp:58
VerificationThread(QObject *parent=0)
Definition: verificationthread.cpp:27
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:28:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:28:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.