diff options
| author | Oliver Wolff <oliver.wolff@nokia.com> | 2012-02-13 14:32:35 +0100 |
|---|---|---|
| committer | Oliver Wolff <oliver.wolff@nokia.com> | 2012-02-13 14:36:26 +0100 |
| commit | 0612c2e857b9e3bfe6b49dcb2df785bb70a5167b (patch) | |
| tree | 0aaa6e3425497e3d65b9e3a6a6adc59fa9a151dc | |
| parent | 09270fd0fd8bcce7061ab4af1532061fb82c892a (diff) | |
Added settings.endGroup to applicationui's readSettings
The following functions using settings failed due to that (like reading
Simulator's position and orientation).
Task-number: QTSIM-250
Reviewed-by: Rainer Keller
| -rw-r--r-- | src/ui/applicationui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/applicationui.cpp b/src/ui/applicationui.cpp index 7652449..2c7477d 100644 --- a/src/ui/applicationui.cpp +++ b/src/ui/applicationui.cpp @@ -135,4 +135,5 @@ void ApplicationUi::readSettings(QSettings &settings) if (index >= 0 && index <= 1) mComNokiaExtrasChooser->setCurrentIndex(index); } + settings.endGroup(); } |
