New log window available through 'l'.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@343 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-03-12 19:16:30 +00:00
parent ab69ae3fe6
commit c36ee96550
13 changed files with 230 additions and 64 deletions
+3
View File
@@ -11,6 +11,9 @@ void
Log::push_front(const std::string& msg) {
Base::push_front(Type(utils::Timer::cache(), msg));
if (size() > 50)
Base::pop_back();
m_signalUpdate.emit();
}