src/messagelog.h

changeset 455
c5d14d112034
parent 421
7d26db0be944
child 493
16766ac1bbd9
--- a/src/messagelog.h	Sat Aug 17 11:48:27 2013 +0300
+++ b/src/messagelog.h	Sun Aug 18 15:33:00 2013 +0300
@@ -53,15 +53,9 @@
 		QDateTime expiry;
 	};
 	
-	typedef List<Line>::it it;
-	typedef List<Line>::c_it c_it;
-	
 	explicit MessageManager (QObject* parent = 0);
 	void addLine (str line);
-	c_it begin() const;
-	c_it end() const;
-	
-	MessageManager& operator<< (str line);
+	const List<Line>& getLines() const;
 	
 private:
 	List<Line> m_lines;

mercurial