diff options
author | Arno <am@disconnect.de> | 2010-12-05 08:31:41 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-12-05 08:31:41 +0100 |
commit | 35046b0a6279a47b9872efbae93ce0e7a8bac648 (patch) | |
tree | e253dbda051063a23a763eaf0aa802a44e91fd5a | |
parent | 609e8d6f4ae179243d6f258205701561d94500f5 (diff) | |
download | SheMov-35046b0a6279a47b9872efbae93ce0e7a8bac648.tar.gz SheMov-35046b0a6279a47b9872efbae93ce0e7a8bac648.tar.bz2 SheMov-35046b0a6279a47b9872efbae93ce0e7a8bac648.zip |
Typo fix
windwos != windows
-rw-r--r-- | shemov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -734,7 +734,7 @@ void SheMov::writeSettings(){ void SheMov::readSettings(){ QSettings s; - QPoint winPos = s.value("windwos/mainpos").toPoint(); + QPoint winPos = s.value("windows/mainpos").toPoint(); QSize winSize = s.value("windows/mainsize").toSize(); bool winState = s.value("windows/maximized", false).toBool(); resize(winSize); |