summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 22:01:33 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 22:01:36 -0700
commitc59cdd6efdbf2f946cd750d78bff79f431d68a50 (patch)
tree051505c037b70164c710bf2060c9654c703eb7c1 /desktop-widgets/mapwidget.h
parent5be6fd2f8e957a3c668104b5ea8abdae6db3342b (diff)
downloadsubsurface-c59cdd6efdbf2f946cd750d78bff79f431d68a50.tar.gz
Switch new files to unix line endings
I thought we had this automated, but Lubomirs commits introduced a few files with dos line endings. This is purely a change of line endings, no other changes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mapwidget.h')
-rw-r--r--desktop-widgets/mapwidget.h90
1 files changed, 45 insertions, 45 deletions
diff --git a/desktop-widgets/mapwidget.h b/desktop-widgets/mapwidget.h
index 2d33ee85b..d104da1a3 100644
--- a/desktop-widgets/mapwidget.h
+++ b/desktop-widgets/mapwidget.h
@@ -1,45 +1,45 @@
-// SPDX-License-Identifier: GPL-2.0
-#ifndef MAPWIDGET_H
-#define MAPWIDGET_H
-
-#include <QQuickWidget>
-#include <QList>
-
-#undef IGNORE
-
-class QResizeEvent;
-class QQuickItem;
-class MapWidgetHelper;
-struct dive_site;
-
-class MapWidget : public QQuickWidget {
-
- Q_OBJECT
-
-public:
- MapWidget(QWidget *parent = NULL);
- ~MapWidget();
-
- static MapWidget *instance();
- void reload();
-
-signals:
- void coordinatesChanged();
-
-public slots:
- void centerOnDiveSite(struct dive_site *);
- void centerOnIndex(const QModelIndex& idx);
- void endGetDiveCoordinates();
- void repopulateLabels();
- void prepareForGetDiveCoordinates();
- void selectedDivesChanged(QList<int>);
- void coordinatesChangedLocal();
-
-private:
- void setEditMode(bool editMode);
- static MapWidget *m_instance;
- QQuickItem *m_rootItem;
- MapWidgetHelper *m_mapHelper;
-};
-
-#endif // MAPWIDGET_H
+// SPDX-License-Identifier: GPL-2.0
+#ifndef MAPWIDGET_H
+#define MAPWIDGET_H
+
+#include <QQuickWidget>
+#include <QList>
+
+#undef IGNORE
+
+class QResizeEvent;
+class QQuickItem;
+class MapWidgetHelper;
+struct dive_site;
+
+class MapWidget : public QQuickWidget {
+
+ Q_OBJECT
+
+public:
+ MapWidget(QWidget *parent = NULL);
+ ~MapWidget();
+
+ static MapWidget *instance();
+ void reload();
+
+signals:
+ void coordinatesChanged();
+
+public slots:
+ void centerOnDiveSite(struct dive_site *);
+ void centerOnIndex(const QModelIndex& idx);
+ void endGetDiveCoordinates();
+ void repopulateLabels();
+ void prepareForGetDiveCoordinates();
+ void selectedDivesChanged(QList<int>);
+ void coordinatesChangedLocal();
+
+private:
+ void setEditMode(bool editMode);
+ static MapWidget *m_instance;
+ QQuickItem *m_rootItem;
+ MapWidgetHelper *m_mapHelper;
+};
+
+#endif // MAPWIDGET_H