aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-03-19 08:22:51 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-04 15:17:06 -0700
commitf1371adbb87dbfd37d5cc6619aac5b733df0d0e2 (patch)
tree51dc990eec60cea910765c595e37bf1d86060900 /desktop-widgets
parent43fb4ef36b3f1b1a5c651f6342b475a9a6ed023a (diff)
downloadsubsurface-f1371adbb87dbfd37d5cc6619aac5b733df0d0e2.tar.gz
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>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/subsurfacewebservices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/subsurfacewebservices.cpp b/desktop-widgets/subsurfacewebservices.cpp
index d62cd8552..d73ecbe99 100644
--- a/desktop-widgets/subsurfacewebservices.cpp
+++ b/desktop-widgets/subsurfacewebservices.cpp
@@ -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());