mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove maintab.ui
This file was so confusing: A tabwidget containing a layout containing a tabwidget. This strange situation is probably due to moving the multi-dive warning message. Remove the file, there seems to be nothing of importance in there. All the UI was moved to the individual tabs. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
357e115121
commit
ec96cbaab5
4 changed files with 14 additions and 49 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <QTabWidget>
|
||||
|
||||
#include "ui_maintab.h"
|
||||
#include "core/dive.h"
|
||||
#include "core/subsurface-qt/divelistnotifier.h"
|
||||
|
||||
|
@ -29,7 +28,6 @@ slots:
|
|||
void escDetected();
|
||||
void colorsChanged();
|
||||
private:
|
||||
Ui::MainTab ui;
|
||||
bool lastSelectedDive;
|
||||
int lastTabSelectedDive;
|
||||
int lastTabSelectedDiveTrip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue