summaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-01-30 15:37:46 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-30 19:33:21 +0200
commit15a4142839770dbb3fd2e1715f0b1306ab212a1f (patch)
tree071c57d0ae7e971ff873408ef385f407f45757c7 /profile-widget/profilewidget2.h
parent997e7fe1d2e986c449d15a9cb6b8a2a6ddba3146 (diff)
downloadsubsurface-15a4142839770dbb3fd2e1715f0b1306ab212a1f.tar.gz
Cleanup: remove redundant(?) comment
We don't have such a comment anywhere in the code base. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r--profile-widget/profilewidget2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h
index aebce54aa..223a03c33 100644
--- a/profile-widget/profilewidget2.h
+++ b/profile-widget/profilewidget2.h
@@ -159,8 +159,7 @@ protected:
void dragEnterEvent(QDragEnterEvent *event) override;
void dragMoveEvent(QDragMoveEvent *event) override;
-
-private: /*methods*/
+private:
void changeGas(int tank, int seconds);
void fixBackgroundPos();
void scrollViewTo(const QPoint &pos);