From: Peter Hedlund Date: Fri, 15 Jan 2010 22:50:12 +0000 (+0000) Subject: Includes and whitespace cleanup. X-Git-Tag: v4.4.80~12 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=8a19d1ab2f8207280da1a4f95ad3345a0071854e;p=libqmvoc.git Includes and whitespace cleanup. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1075373 --- diff --git a/keduvocdocument/keduvoclesson.cpp b/keduvocdocument/keduvoclesson.cpp index c2fa2bb..2691ce4 100644 --- a/keduvocdocument/keduvoclesson.cpp +++ b/keduvocdocument/keduvoclesson.cpp @@ -18,9 +18,7 @@ #include "keduvocexpression.h" -#include -#include -#include +#include /** private class to store information about a lesson */ class KEduVocLesson::Private @@ -83,7 +81,7 @@ void KEduVocLesson::removeEntry(KEduVocExpression* entry) { Q_ASSERT(entry); if (d->m_entries.indexOf(entry) == -1) { - kDebug() << "attempting to remove entry from lesson that does not contain it!"; + //attempting to remove entry from lesson that does not contain it! return; } d->m_entries.removeAt( d->m_entries.indexOf(entry) );