mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-13 22:11:04 -04:00
Add Tools::sleep() and Tools::wait().
This commit is contained in:
parent
4b6cae0fcd
commit
13eb1f6330
2 changed files with 56 additions and 1 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <QtCore/QString>
|
||||
#include <QtCore/QDateTime>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
class QIODevice;
|
||||
|
||||
namespace Tools {
|
||||
|
@ -33,6 +35,8 @@ bool readAllFromDevice(QIODevice* device, QByteArray& data);
|
|||
QDateTime currentDateTimeUtc();
|
||||
QString imageReaderFilter();
|
||||
bool isHex(const QByteArray& ba);
|
||||
void sleep(int ms);
|
||||
void wait(int ms);
|
||||
|
||||
} // namespace Tools
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue