mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
DivelogsDeWebServices::multipart - initializes member
Non-static class member multipart is not initialized in the constructor Signed-off-by: Marcos CARDINOT <mcardinot@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dc32d447c3
commit
0bf61844e7
1 changed files with 3 additions and 1 deletions
|
@ -680,7 +680,9 @@ void DivelogsDeWebServices::uploadDives(QIODevice *dldContent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
DivelogsDeWebServices::DivelogsDeWebServices(QWidget *parent, Qt::WindowFlags f) : WebServices(parent, f), uploadMode(false)
|
DivelogsDeWebServices::DivelogsDeWebServices(QWidget *parent, Qt::WindowFlags f) : WebServices(parent, f),
|
||||||
|
multipart(NULL),
|
||||||
|
uploadMode(false)
|
||||||
{
|
{
|
||||||
QSettings s;
|
QSettings s;
|
||||||
ui.userID->setText(s.value("divelogde_user").toString());
|
ui.userID->setText(s.value("divelogde_user").toString());
|
||||||
|
|
Loading…
Add table
Reference in a new issue