[Uml-devel] kdesdk/umbrello/umbrello/clipboard
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Sun Aug 31 15:30:04 UTC 2003
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
More information about the umbrello-devel
mailing list