mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
@@ -41,10 +41,12 @@ Utils::IO::FileDeviceOutputIterator::FileDeviceOutputIterator(QFileDevice &devic
|
|||||||
|
|
||||||
Utils::IO::FileDeviceOutputIterator::~FileDeviceOutputIterator()
|
Utils::IO::FileDeviceOutputIterator::~FileDeviceOutputIterator()
|
||||||
{
|
{
|
||||||
|
if (m_buffer.use_count() == 1) {
|
||||||
if (m_device->error() == QFileDevice::NoError)
|
if (m_device->error() == QFileDevice::NoError)
|
||||||
m_device->write(*m_buffer);
|
m_device->write(*m_buffer);
|
||||||
m_buffer->clear();
|
m_buffer->clear();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Utils::IO::FileDeviceOutputIterator &Utils::IO::FileDeviceOutputIterator::operator=(const char c)
|
Utils::IO::FileDeviceOutputIterator &Utils::IO::FileDeviceOutputIterator::operator=(const char c)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user