summaryrefslogtreecommitdiffstats
path: root/examples/embedded/lightmaps/mapzoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/lightmaps/mapzoom.h')
-rw-r--r--examples/embedded/lightmaps/mapzoom.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/embedded/lightmaps/mapzoom.h b/examples/embedded/lightmaps/mapzoom.h
deleted file mode 100644
index 2f1425988b..0000000000
--- a/examples/embedded/lightmaps/mapzoom.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#ifndef MAPZOOM_H
-#define MAPZOOM_H
-
-#include <QMainWindow>
-
-class LightMaps;
-
-class MapZoom : public QMainWindow
-{
- Q_OBJECT
-
-public:
- MapZoom();
-
-private slots:
- void chooseOslo();
- void chooseBerlin();
- void chooseJakarta();
- void aboutOsm();
-
-private:
- LightMaps *map;
-};
-
-#endif