--- a/src/messagelog.cpp Wed Oct 16 16:05:51 2013 +0300
+++ b/src/messagelog.cpp Wed Oct 16 16:40:42 2013 +0300
@@ -97,7 +97,7 @@
{ bool lineChanged;
if (!m_lines[i].update (lineChanged))
- m_lines.erase (i--);
+ m_lines.removeAt (i--);
changed |= lineChanged;
}