diff options
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r-- | src/resources/beinginfo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp index 8b9d72376..ad10f5628 100644 --- a/src/resources/beinginfo.cpp +++ b/src/resources/beinginfo.cpp @@ -219,3 +219,8 @@ void BeingInfo::addMenu(const std::string &name, const std::string &command) { mMenu.push_back(BeingMenuItem(name, command)); } + +const std::vector<BeingMenuItem> &BeingInfo::getMenu() const +{ + return mMenu; +} |