mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Removing an kinky settings that I forgot to.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
3fdea49e70
commit
f7c78a20bd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void init_ui(int *argcp, char ***argvp)
|
|||
QTextCodec::setCodecForCStrings(QTextCodec::codecForMib(106));
|
||||
#endif
|
||||
|
||||
QSettings settings("hohndel.org","subsurface");
|
||||
QSettings settings;
|
||||
settings.beginGroup("GeneralSettings");
|
||||
v = settings.value(QString("default_filename"));
|
||||
if (v.isValid()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue