[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/codeimport

Oliver Kellogg okellogg at users.sourceforge.net
Sun Aug 20 15:49:30 UTC 2006


SVN commit 574968 by okellogg:

apply commit 572638 from trunk

 M  +3 -0      import_utils.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codeimport/import_utils.cpp #574967:574968
@@ -72,6 +72,9 @@
 }
 
 QString formatComment(const QString &comment) {
+    if (comment.isEmpty())
+        return comment;
+
     QStringList lines = QStringList::split("\n", comment);
     QString& first = lines.first();
     QRegExp wordex("\\w");




More information about the umbrello-devel mailing list