comparison src/main.cpp @ 136:32c8408eb0cb

Cosmetic comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Aug 2017 23:27:25 +0300
parents 45e17cdde93a
children 1a480e947598
comparison
equal deleted inserted replaced
135:45e17cdde93a 136:32c8408eb0cb
441 QSettings tmpst(APP_VENDOR, APP_ID); 441 QSettings tmpst(APP_VENDOR, APP_ID);
442 442
443 // Save window size and position 443 // Save window size and position
444 tmpst.setValue("pos", pos()); 444 tmpst.setValue("pos", pos());
445 tmpst.setValue("size", size()); 445 tmpst.setValue("size", size());
446
447 // Other settings
446 tmpst.setValue("scale", settings.uiScale); 448 tmpst.setValue("scale", settings.uiScale);
447 } 449 }
448 450
449 451
450 // 452 //