Edit owner trust level.

Inplace editing with a combobox if user is allowed. in app config file.
This commit is contained in:
SET
2020-10-25 17:28:47 +01:00
parent ca2105733b
commit e434315940
16 changed files with 304 additions and 28 deletions

View File

@@ -21,6 +21,9 @@ const WString _APPVERSION_("1");
const WString _SPACE_(" ");
const WString _COLON_(":");
typedef map<int, WString> UidValidityMap;
typedef map<int, WString> OwnerTrustMap;
#endif /* GLOBAL_H */