Refactoring: Renames saveGeometry to saveState.. same for restore.

This commit is contained in:
mfreiholz
2016-02-12 11:43:34 +01:00
parent 93ddfb6413
commit 893d9f4e43
7 changed files with 35 additions and 30 deletions

View File

@@ -73,8 +73,8 @@ int main(int argc, char *argv[])
// );
MainWindow mw;
resizeWidgetPerCent(&mw, 60, 80);
centerWidget(&mw);
// resizeWidgetPerCent(&mw, 60, 80);
// centerWidget(&mw);
mw.show();
return a.exec();