Home
last modified time | relevance | path

Searched refs:fShortDesc (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h30 const char *GetShortDescription() { return fShortDesc.String(); } in GetShortDescription()
55 BString fShortDesc; variable
H A DPackageInfo.cpp556 fShortDesc = desc; in Parse()