100 if (
m_status == QDataStream::ReadPastEnd) {
101 return QString(i18n(
"Tried to read past the end of the data"));
104 if (
m_status == QDataStream::ReadCorruptData) {
105 return QString(i18n(
"Tried to read corrupted data"));
108 return QString(i18n(
"Undefined status message status %1",
m_status));
138 #if QT_VERSION >= 0x040800
140 if (
m_status == QDataStream::WriteFailed) {
141 return QString(i18n(
"Failed to write to the device"));
146 return QString(i18n(
"Undefined status message status %1",
m_status));