version 3.14.0
PIBinaryStream::wasReadError() method, remove incomplete read asserts
This commit is contained in:
@@ -44,7 +44,10 @@ public:
|
||||
|
||||
//! \~english Assign "device" device
|
||||
//! \~russian Назначает устройство "device"
|
||||
void setDevice(PIIODevice * device) { dev = device; }
|
||||
void setDevice(PIIODevice * device) {
|
||||
dev = device;
|
||||
resetReadError();
|
||||
}
|
||||
|
||||
bool binaryStreamAppendImp(const void * d, size_t s) {
|
||||
if (!dev) return false;
|
||||
|
||||
Reference in New Issue
Block a user