diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-14 21:06:31 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-14 21:06:31 +0900 |
commit | 9c90d6790a9cb38521beaedaffd1e847784b4088 (patch) | |
tree | 631948a983edc974568bdbaeccfd0d1ac42d65fd /qt-ui/maintab.h | |
parent | ed41d5a74490b9af03ece57015d6867bbf00df14 (diff) | |
download | subsurface-9c90d6790a9cb38521beaedaffd1e847784b4088.tar.gz |
Fix some random compiler warnings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 5a9e2efac..d2c96a972 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -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 |