1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Code cleanup

This commit is contained in:
2022-06-02 19:02:46 +02:00
parent 8cb08d05ca
commit 20adecec89
2 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,10 @@
#ifndef NAVIGATIONWIDGET_H
#define NAVIGATIONWIDGET_H
#ifdef Q_OS_ANDROID
#include <QWidget>
#include "mapview.h"
#ifdef Q_OS_ANDROID
class NavigationWidget : public QWidget
{
Q_OBJECT