mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Location service: instantiate location provider in the desktop UI
We still aren't doing anything with it, but at least it's there now. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
456cc3955a
commit
ff5bd062f6
4 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#include "ui_mainwindow.h"
|
||||
#include "notificationwidget.h"
|
||||
#include "windowtitleupdate.h"
|
||||
#include "gpslocation.h"
|
||||
|
||||
struct DiveList;
|
||||
class QSortFilterProxyModel;
|
||||
|
@ -93,6 +94,7 @@ public:
|
|||
NotificationWidget *getNotificationWidget();
|
||||
void enableDisableCloudActions();
|
||||
void showError();
|
||||
|
||||
private
|
||||
slots:
|
||||
/* file menu action */
|
||||
|
@ -254,6 +256,7 @@ private:
|
|||
QHash<QByteArray, PropertiesForQuadrant> stateProperties;
|
||||
|
||||
WindowTitleUpdate *wtu;
|
||||
GpsLocation *locationProvider;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue