mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Updates
This commit is contained in:
@@ -36,6 +36,10 @@ public:
|
||||
|
||||
void setVeto() { mVetoed = true; }
|
||||
void setDefault() { mDefault = true; }
|
||||
bool isDefault() { return mDefault; }
|
||||
bool isSupported() { return mSupported; }
|
||||
bool isVetoed() { return mVetoed; }
|
||||
bool isEnabled() { return mEnabled; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user