mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
fix the string of the subsurfice webservice on the settings.
The setting was 'webservice', but this is too wide, since we are supporting more than one. changed it to 'subsurface_webservice_uid' Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
d2b87e0eb5
commit
06ba04ab78
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ SubsurfaceWebServices* SubsurfaceWebServices::instance()
|
||||||
SubsurfaceWebServices::SubsurfaceWebServices(QWidget* parent, Qt::WindowFlags f)
|
SubsurfaceWebServices::SubsurfaceWebServices(QWidget* parent, Qt::WindowFlags f)
|
||||||
{
|
{
|
||||||
QSettings s;
|
QSettings s;
|
||||||
ui.userID->setText(s.value("webservice_uid").toString());
|
ui.userID->setText(s.value("subsurface_webservice_uid").toString());
|
||||||
hidePassword();
|
hidePassword();
|
||||||
hideUpload();
|
hideUpload();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue