| 33 | // don't enfore any versioning) |
| 34 | const UString &getVersion() const { return version; } |
| 35 | void setVersion(const UString &newVersion) { version = newVersion; } |
| 36 | // A "short" description |
| 37 | const UString &getDescription() const { return description; } |
| 38 | void setDescription(const UString &newDescription) { description = newDescription; } |