COPKGManager: add member showError to show handled error message on screen

This commit is contained in:
2014-10-04 22:18:10 +02:00
parent 35345e2c7e
commit c70c234394
2 changed files with 18 additions and 18 deletions

View File

@@ -68,6 +68,7 @@ class COPKGManager : public CMenuTarget
void updateMenu();
void refreshMenu();
bool badpackage(std::string &s);
void showError(const char* local_msg, char* sys_msg, const std::string& command);
struct pkg {
std::string name;