106 renderer()->update(); |
106 renderer()->update(); |
107 } |
107 } |
108 |
108 |
109 // ============================================================================= |
109 // ============================================================================= |
110 // ----------------------------------------------------------------------------- |
110 // ----------------------------------------------------------------------------- |
111 const List<MessageManager::Line>& MessageManager::getLines() const |
111 const QList<MessageManager::Line>& MessageManager::getLines() const |
112 { return m_lines; |
112 { return m_lines; |
113 } |
113 } |
114 |
114 |
115 // ============================================================================= |
115 // ============================================================================= |
116 // log() interface - format the argument list and add the resulting string to |
116 // log() interface - format the argument list and add the resulting string to |