MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setDescription

Method setDescription

framework/modinfo.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 // A "short" description
37 const UString &getDescription() const { return description; }
38 void setDescription(const UString &newDescription) { description = newDescription; }
39 // A link - likely to a website?
40 const UString &getLink() const { return link; }
41 void setLink(const UString &newLink) { link = newLink; }

Callers 2

main.cppFile · 0.80
getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected