compiler warning fix

upstream commit:
58170cea15

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-27 23:39:41 +03:00
parent 8dc8a3fb8d
commit aff23a7246

View file

@ -1759,7 +1759,7 @@ public:
virtual ~MyEngine() {} virtual ~MyEngine() {}
void setFileName(const QString &) {} void setFileName(const QString &) {}
bool open(int ) { return false; } bool open(QIODevice::OpenMode) { return false; }
bool close() { return false; } bool close() { return false; }
bool flush() { return false; } bool flush() { return false; }
qint64 size() const { return 123 + number; } qint64 size() const { return 123 + number; }