mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove "GpsLocation *locationProvider" from MainWindow
This is mobile only and not used on desktop. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
714ebfe826
commit
e943065977
2 changed files with 1 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <QFileDialog>
|
||||
#include <QStandardPaths>
|
||||
#include <QMessageBox>
|
||||
#include <QNetworkReply>
|
||||
#include <QHeaderView>
|
||||
#include "commands/command.h"
|
||||
#include "commands/command_base.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "desktop-widgets/notificationwidget.h"
|
||||
#include "desktop-widgets/filterwidget.h"
|
||||
#include "core/applicationstate.h"
|
||||
#include "core/gpslocation.h"
|
||||
#include "core/dive.h"
|
||||
#include "core/subsurface-qt/divelistnotifier.h"
|
||||
|
||||
|
@ -230,7 +229,6 @@ private:
|
|||
static void addWidgets(const Quadrant &, QStackedWidget *);
|
||||
void registerApplicationState(ApplicationState state, Quadrants q);
|
||||
|
||||
GpsLocation *locationProvider;
|
||||
QMenu *connections;
|
||||
QAction *share_on_fb;
|
||||
void divesChanged(const QVector<dive *> &dives, DiveField field);
|
||||
|
|
Loading…
Add table
Reference in a new issue