Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Extract `.qucs` package from a newer version does not work. #162

Open guitorri opened 9 years ago

guitorri commented 9 years ago

Just tried to open a package created with 0.0.19 with 0.0.18. It just complains about version mismatch and abort. Can we improve this?

yodalee commented 9 years ago

There is some line about this: schematic_file.cpp : 1095, in function loadDocument It requires setting QucsSettings.IgnoreFutureVersion to be true. However the setting cannot be set in setting dialog.