mainwindowlayoutinfo: don't skip old versions
This commit is contained in:
@@ -74,7 +74,6 @@ MainWindowLayoutInfo MainWindowLayoutInfo::fromXml(QXmlStreamReader *reader, con
|
||||
|
||||
// Really basic version checking, in the future we may use this to parse multiple versions
|
||||
if (file_version != kVersion) {
|
||||
return info;
|
||||
}
|
||||
|
||||
while (XMLReadNextStartElement(reader)) {
|
||||
|
||||
Reference in New Issue
Block a user