Remove overload tag from QByteArray QIODevice::readAll()

This does not seem to be a function that is overloaded.

Change-Id: Icf8942dfb1e78a2ddb38cbd1c49657f745a61989
Reviewed-by: Alex Trotsenko <alex1973tr@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Simon Hausmann 2016-06-17 11:53:05 +02:00
parent 3238b43597
commit ee2eed350f

View File

@ -971,8 +971,6 @@ QByteArray QIODevice::read(qint64 maxSize)
}
/*!
\overload
Reads all remaining data from the device, and returns it as a
byte array.