New TODO comment style.
Qt Creator 2.5 is able to parse those.
This commit is contained in:
@@ -191,7 +191,7 @@ bool SymmetricCipherStream::writeBlock(bool lastBlock)
|
||||
|
||||
if (m_baseDevice->write(m_buffer) != m_buffer.size()) {
|
||||
m_error = true;
|
||||
// TODO copy error string
|
||||
// TODO: copy error string
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user