diff --git a/src/streams/LayeredStream.cpp b/src/streams/LayeredStream.cpp index af62dae95..8e254efbf 100644 --- a/src/streams/LayeredStream.cpp +++ b/src/streams/LayeredStream.cpp @@ -26,7 +26,7 @@ LayeredStream::LayeredStream(QIODevice* baseDevice) LayeredStream::~LayeredStream() { - close(); + QIODevice::close(); } bool LayeredStream::isSequential() const