[Uml-devel] branches/work/soc-umbrello/umbrello

Andi Fischer andi.fischer at hispeed.ch
Sun Mar 13 11:36:19 UTC 2011


SVN commit 1224678 by fischer:

Debug output reduced, formatting chanded.

 M  +1 -1      debug/debug_utils.cpp  
 M  +1 -4      umlclassifierlistitemlist.h  


--- branches/work/soc-umbrello/umbrello/debug/debug_utils.cpp #1224677:1224678
@@ -59,9 +59,9 @@
  */
 void Tracer::registerClass(const QString& name, const QString& folder)
 {
-    uDebug() << name << " / folder = " << folder;
     QList<QTreeWidgetItem*> items = findItems(name, Qt::MatchFixedString);
     if (items.empty()) {
+        uDebug() << name << " / folder = " << folder;
         QTreeWidgetItem* item = new QTreeWidgetItem(QStringList(name));
         item->setFlags(Qt::ItemIsSelectable | Qt::ItemIsUserCheckable | Qt::ItemIsEnabled);
         item->setCheckState(0, Qt::Checked);
--- branches/work/soc-umbrello/umbrello/umlclassifierlistitemlist.h #1224677:1224678
@@ -1,11 +1,10 @@
 /***************************************************************************
- *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2004-2010                                               *
+ *   copyright (C) 2004-2011                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
@@ -26,11 +25,9 @@
  */
 class UMLClassifierListItemList : public QList<UMLClassifierListItem*>
 {
-
 public:
 
     UMLClassifierListItemList();
-
     UMLClassifierListItemList(const UMLClassifierListItemList& other);
 
     virtual ~UMLClassifierListItemList();




More information about the umbrello-devel mailing list