- menu: add possibility to get action state of menu widget

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-16 01:17:01 +01:00
committed by Thilo Graf
parent 124c8c6d63
commit 9913a578b2

View File

@@ -664,6 +664,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
void setNextShortcut(int sc) { nextShortcut = sc; };
int getNextShortcut() { return nextShortcut; };
bool gotAction() { return !no_action; };
};
class CPINProtection