SVN_SILENT: not necessary to add endl;

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=737177
This commit is contained in:
Laurent Montel 2007-11-15 18:46:43 +00:00
parent 002907bd2a
commit 287a5db49d

View File

@ -142,7 +142,7 @@ void Flash::setFont( const QFont &font )
void Flash::flash( const QString &text, int duration, const QTextOption &option)
{
kDebug() << duration << endl;
kDebug() << duration;
d->type = Private::Text;
d->duration = (duration == 0) ? d->defaultDuration : duration;
d->text = text;