From kde-commits Fri Nov 11 16:03:30 2005 From: Dirk Mueller Date: Fri, 11 Nov 2005 16:03:30 +0000 To: kde-commits Subject: playground/base/kat/src/libkatdebug Message-Id: <1131725010.676082.14863.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113172501711505 SVN commit 479740 by mueller: daily unbreak compilation M +2 -2 katdebug.cpp --- trunk/playground/base/kat/src/libkatdebug/katdebug.cpp #479739:479740 @@ -37,13 +37,13 @@ connect( &m_logTimer, SIGNAL( timeout() ), this, SLOT( logTimeout() ) ); m_logTimer.start( 10000 ); -}; +} void KatDebug::init( const QString& logFile, int defaultLevel, int logInterval ) { delete gkatDebug; gkatDebug = new KatDebug( logFile, defaultLevel, logInterval ); -}; +} void KatDebug::debug( const int level, const QString& debug ) {