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:
Berthold Stoeger 2021-01-01 20:58:38 +01:00 committed by Dirk Hohndel
parent 714ebfe826
commit e943065977
2 changed files with 1 additions and 2 deletions

View file

@ -16,6 +16,7 @@
#include <QFileDialog>
#include <QStandardPaths>
#include <QMessageBox>
#include <QNetworkReply>
#include <QHeaderView>
#include "commands/command.h"
#include "commands/command_base.h"