Cleanup KFilterDev::size warning

pull/16/head
Slávek Banko 11 years ago
parent cfe43899ca
commit 2a415f233f

@ -181,7 +181,7 @@ TQIODevice::Offset KFilterDev::size() const
// But readAll, which is not virtual, needs the size......... // But readAll, which is not virtual, needs the size.........
kdWarning(7005) << "KFilterDev::size - can't be implemented !!!!!!!! Returning -1 " << endl; kdDebug(7005) << "KFilterDev::size - can't be implemented, returning -1" << endl;
//abort(); //abort();
return (uint)-1; return (uint)-1;
} }

Loading…
Cancel
Save