src/messagelog.cpp

changeset 504
6a1fa662bfc1
parent 503
bebe09014dd6
child 512
adab82ab13a5
equal deleted inserted replaced
503:bebe09014dd6 504:6a1fa662bfc1
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

mercurial