mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
compiler warning fix
upstream commit:
58170cea15
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8dc8a3fb8d
commit
aff23a7246
1 changed files with 1 additions and 1 deletions
|
@ -1759,7 +1759,7 @@ public:
|
|||
virtual ~MyEngine() {}
|
||||
|
||||
void setFileName(const QString &) {}
|
||||
bool open(int ) { return false; }
|
||||
bool open(QIODevice::OpenMode) { return false; }
|
||||
bool close() { return false; }
|
||||
bool flush() { return false; }
|
||||
qint64 size() const { return 123 + number; }
|
||||
|
|
Loading…
Add table
Reference in a new issue