[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Fri Oct 3 13:55:05 UTC 2003
CVS commit by thomas:
clean up cruft: dont need loadFromXMI. Policy is stored in the config file since it is user, not project, dependant
M +0 -5 codegenerationpolicy.cpp 1.6
M +0 -9 codegenerationpolicy.h 1.4
--- kdesdk/umbrello/umbrello/codegenerationpolicy.h #1.3:1.4
@@ -255,13 +255,4 @@ public:
virtual CodeGenerationPolicyPage * createPage ( QWidget *parent = 0, const char * name = 0);
- /**
- * @param element
- */
- virtual void loadFromXMI (QDomElement & element );
-
- /** Make a deep copy of this object.
- */
- // CodeGenerationPolicy * clone ();
-
/**
* Gets the heading file (as a string) to be inserted at the
--- kdesdk/umbrello/umbrello/codegenerationpolicy.cpp #1.5:1.6
@@ -390,9 +390,4 @@ void CodeGenerationPolicy::writeConfig (
}
-//FIXME should this be empty? delete it if it should (e.g. make abstract)
-void CodeGenerationPolicy::loadFromXMI(QDomElement& /*element*/) {
-
-}
-
// return the actual text
QString CodeGenerationPolicy::getHeadingFile(QString str) {
More information about the umbrello-devel
mailing list