From: Robert Knight Date: Mon, 30 Jul 2007 05:22:38 +0000 (+0000) Subject: Add missing endl to kDebug() X-Git-Tag: v3.93.0~110 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=6395110f6b83835f99acc061c1d61a47442fea4e;p=libqmvoc.git Add missing endl to kDebug() svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=694123 --- diff --git a/kdeeducore/keduvocdocument.cpp b/kdeeducore/keduvocdocument.cpp index 2890711..8e56a5c 100644 --- a/kdeeducore/keduvocdocument.cpp +++ b/kdeeducore/keduvocdocument.cpp @@ -961,7 +961,7 @@ int KEduVocDocument::identifierCount() const int KEduVocDocument::appendIdentifier(const QString & id) { d->m_identifiers.append(id); - kDebug() << "appending identifier" << id; + kDebug() << "appending identifier" << id << endl; return d->m_identifiers.size() - 1; }