mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
It's not a bad idea to actually retrieve the version if we load it...
This commit is contained in:
parent
91350ec60f
commit
1e364938f9
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ namespace GUIEditor
|
|||
projectFiles.projectName = files.projectName;
|
||||
projectFiles.masterGroup = files.masterGroup;
|
||||
projectFiles.activeGroup = files.activeGroup;
|
||||
projectFiles.version = files.version;
|
||||
}
|
||||
|
||||
unsigned long CProjectFileParser::getProjectVersion() const
|
||||
|
|
Loading…
Reference in a new issue