mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix some random compiler warnings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed41d5a744
commit
9c90d6790a
3 changed files with 2 additions and 4 deletions
|
@ -83,11 +83,11 @@ public slots:
|
|||
void enableEdition(EditMode newEditMode = NONE);
|
||||
|
||||
private:
|
||||
EditMode editMode;
|
||||
Ui::MainTab ui;
|
||||
WeightModel *weightModel;
|
||||
CylindersModel *cylindersModel;
|
||||
QMap<dive*, NotesBackup> notesBackup;
|
||||
EditMode editMode;
|
||||
|
||||
/* since the multi-edition of the equipment is fairly more
|
||||
* complex than a single item, because it involves a Qt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue