From 102bb2b65c71da12c4f9f1ce7a5d1b37b6eb50ee Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 24 Aug 2004 13:09:19 +0000 Subject: Minor adjustment to the patch: -insertLine already adds a \n -add a slotTabChanged slot in wellenreiterbase --- (limited to 'noncore/net/wellenreiter/gui/logwindow.cpp') diff --git a/noncore/net/wellenreiter/gui/logwindow.cpp b/noncore/net/wellenreiter/gui/logwindow.cpp index a83f700..5f97f8e 100644 --- a/noncore/net/wellenreiter/gui/logwindow.cpp +++ b/noncore/net/wellenreiter/gui/logwindow.cpp @@ -40,7 +40,7 @@ MLogWindow::MLogWindow( QWidget * parent, const char * name, WFlags f ) void MLogWindow::log( QString text ) { QTime time = QTime::currentTime(); - QString line = QString( "[%1] %2\n" ).arg(time.toString() ).arg( text ); + QString line = QString( "[%1] %2" ).arg(time.toString() ).arg( text ); ledit->insertLine( line ); odebug << line << oendl; } -- cgit v0.9.0.2