mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
997e7fe1d2
commit
15a4142839
1 changed files with 1 additions and 2 deletions
|
@ -159,8 +159,7 @@ protected:
|
||||||
void dragEnterEvent(QDragEnterEvent *event) override;
|
void dragEnterEvent(QDragEnterEvent *event) override;
|
||||||
void dragMoveEvent(QDragMoveEvent *event) override;
|
void dragMoveEvent(QDragMoveEvent *event) override;
|
||||||
|
|
||||||
|
private:
|
||||||
private: /*methods*/
|
|
||||||
void changeGas(int tank, int seconds);
|
void changeGas(int tank, int seconds);
|
||||||
void fixBackgroundPos();
|
void fixBackgroundPos();
|
||||||
void scrollViewTo(const QPoint &pos);
|
void scrollViewTo(const QPoint &pos);
|
||||||
|
|
Loading…
Reference in a new issue