mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Misc: replace some FIXME comments
All these aren't actually things that need fixing, they are observations about the code. Given that LGTM.com reports FIXME comments as Alerts, let's change the ones that aren't about things that need fixing to something more harmless. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
43fb4ef36b
commit
f1371adbb8
4 changed files with 8 additions and 8 deletions
|
|
@ -535,7 +535,7 @@ DivelogsDeWebServices::DivelogsDeWebServices(QWidget *parent, Qt::WindowFlags f)
|
|||
multipart(NULL),
|
||||
uploadMode(false)
|
||||
{
|
||||
//FIXME: DivelogDE user and pass should be on the prefs struct or something?
|
||||
// should DivelogDE user and pass be stored in the prefs struct or something?
|
||||
QSettings s;
|
||||
ui.userID->setText(s.value("divelogde_user").toString());
|
||||
ui.password->setText(s.value("divelogde_pass").toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue