]> Git trees. - libqmvoc.git/commitdiff
add comment to merge section
authorFrederik Gladhorn <gladhorn@kde.org>
Mon, 27 Aug 2007 23:56:16 +0000 (23:56 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Mon, 27 Aug 2007 23:56:16 +0000 (23:56 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=705456

keduvocdocument/keduvocdocument.cpp

index 099ca56610391e27fa0bdc12a54d735393c3d495..d9d977446b95073e0e539fea1a42ed628887d398 100644 (file)
@@ -390,6 +390,10 @@ bool KEduVocDocument::saveAs(const KUrl & url, FileType ft, const QString & gene
 void KEduVocDocument::merge(KEduVocDocument *docToMerge, bool matchIdentifiers)
 {
     kDebug() << "Merging of docs is not implemented"; /// @todo IMPLEMENT ME
+    // This code was really horribly broken.
+    // Now with the new classes we could attempt to reactivate it.
+    // A rewrite might be easier.
+
 /*
   if (docToMerge) {