Widget Example added
This commit is contained in:
parent
a46a2167ba
commit
5c18a10d11
5 changed files with 12 additions and 5 deletions
|
|
@ -66,6 +66,10 @@ namespace tp {
|
|||
}
|
||||
|
||||
Map<String, WidgetConfig> configs;
|
||||
|
||||
~GlobalGUIConfig() {
|
||||
configs.removeAll();
|
||||
}
|
||||
};
|
||||
|
||||
extern GlobalGUIConfig* gGlobalGUIConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue