mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences: Remove the old dialog and use the new one
The new preferences dialog still needs a bit of fine tuning but should already work. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8a3fb854c2
commit
ff57881265
11 changed files with 31 additions and 65 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "divecartesianaxis.h"
|
||||
#include "divetextitem.h"
|
||||
#include "helpers.h"
|
||||
#include "preferences.h"
|
||||
#include "preferences/preferencesdialog.h"
|
||||
#include "diveplotdatamodel.h"
|
||||
#include "animationfunctions.h"
|
||||
#include "mainwindow.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "divepixmapitem.h"
|
||||
#include "animationfunctions.h"
|
||||
#include "divepicturemodel.h"
|
||||
#include <preferences.h>
|
||||
#include "preferences/preferencesdialog.h"
|
||||
|
||||
#include <QDesktopServices>
|
||||
#include <QGraphicsView>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include "animationfunctions.h"
|
||||
#include "dive.h"
|
||||
#include "profile.h"
|
||||
#include "preferences.h"
|
||||
#include "preferences/preferencesdialog.h"
|
||||
#include "diveplannermodel.h"
|
||||
#include "helpers.h"
|
||||
#include "libdivecomputer/parser.h"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include <QTableView>
|
||||
#endif
|
||||
#include "mainwindow.h"
|
||||
#include <preferences.h>
|
||||
#include "preferences/preferencesdialog.h"
|
||||
|
||||
/* This is the global 'Item position' variable.
|
||||
* it should tell you where to position things up
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "ruleritem.h"
|
||||
#include "preferences.h"
|
||||
#include "preferences/preferencesdialog.h"
|
||||
#include "mainwindow.h"
|
||||
#include "profilewidget2.h"
|
||||
#include "display.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue