Attempt to workaround #137

This commit is contained in:
vit9696 2018-06-23 00:39:51 +03:00
parent 4bb759780f
commit c4567dcffc
2 changed files with 18 additions and 3 deletions

View file

@ -95,7 +95,7 @@ public:
UINT8 replace(const QModelIndex & index, const QByteArray & object, const UINT8 mode);
UINT8 remove(const QModelIndex & index);
UINT8 rebuild(const QModelIndex & index);
UINT8 doNotRebuild(const QModelIndex & index);
UINT8 doNotRebuild(const QModelIndex & index);
UINT8 dump(const QModelIndex & index, const QString & path, const QString & filter = QString());
UINT8 patch(const QModelIndex & index, const QVector<PatchData> & patches);