[Uml-devel] KDE/kdesdk/umbrello/umbrello

Dirk Mueller mueller at kde.org
Tue Jun 19 10:13:07 UTC 2007


SVN commit 677532 by mueller:

at least return *something*


 M  +14 -8     entityconstraint.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/entityconstraint.cpp #677531:677532
@@ -57,28 +57,34 @@
 }
 
 QString UMLEntityConstraint::getFullyQualifiedName(QString separator,
-                                                   bool includeRoot ) const {
+                                                   bool includeRoot ) const
+{
     kDebug() << k_funcinfo << "Not Yet implemented "<< endl;
-
+    return QString();
 }
 
-void UMLEntityConstraint::saveToXMI( QDomDocument & qDoc, QDomElement & qElement ) {
+void UMLEntityConstraint::saveToXMI( QDomDocument & qDoc, QDomElement & qElement )
+{
       kDebug() << k_funcinfo << "Not Yet implemented "<< endl;
 
 }
 
-bool UMLEntityConstraint::showPropertiesDialog(QWidget* parent) {
+bool UMLEntityConstraint::showPropertiesDialog(QWidget* parent)
+{
       kDebug() << k_funcinfo << "Not Yet implemented "<< endl;
-
+      return false;
 }
 
-bool UMLEntityConstraint::load( QDomElement & element ) {
+bool UMLEntityConstraint::load( QDomElement & element ) 
+{
       kDebug() << k_funcinfo << "Not Yet implemented "<< endl;
-
+      return false;
 }
 
-QString UMLEntityConstraint::toString(Uml::Signature_Type sig ) {
+QString UMLEntityConstraint::toString(Uml::Signature_Type sig )
+{
       kDebug() << k_funcinfo << "Not Yet implemented "<< endl;
+      return QString();
 
 }
 




More information about the umbrello-devel mailing list