[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/umbrello/umbrello/clipboard
From:       Brian Thomas <thomas () mail630 ! gsfc ! nasa ! gov>
Date:       2003-08-31 21:57:40
[Download RAW message or body]

CVS commit by thomas: 

commented out section with bad constructor for operations so code will compile. Need \
to address this in the future soon


  M +4 -1      umldrag.cpp   1.8


--- kdesdk/umbrello/umbrello/clipboard/umldrag.cpp  #1.7:1.8
@@ -7,5 +7,5 @@
  *                                                                         *
  ***************************************************************************/
-
+#include <iostream.h>
 #include <kdebug.h>
 #include <qdom.h>
@@ -616,4 +616,5 @@ bool UMLDrag::decodeClip4(const QMimeSou
 bool UMLDrag::decodeClip5(const QMimeSource* mimeSource, UMLObjectList& objects,
                           UMLListViewItemDataList& umlListViewItems, UMLDoc* doc) {
+cerr<<"DECODE CLIP 5 CALLED"<<endl;
         if ( !mimeSource->provides("application/x-uml-clip5") ) {
                 return false;
@@ -650,4 +651,5 @@ bool UMLDrag::decodeClip5(const QMimeSou
         }
         UMLObject* pObject = 0;
+/*
         while ( !element.isNull() ) {
                 pObject = 0;
@@ -667,4 +669,5 @@ bool UMLDrag::decodeClip5(const QMimeSou
                 element = objectElement.toElement();
         }
+*/
 
         //listviewitems


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic