summaryrefslogtreecommitdiffstats
path: root/qt-ui/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-05-29 21:19:44 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-29 20:58:48 -0700
commit266e3099624deb566cb04d9eeaf2c59db028a576 (patch)
tree8fd0bda77c29bb106e8469f7ffd060d517ac1129 /qt-ui/locationinformation.h
parent88549d18743823878d68de76d707630dd74e1bff (diff)
downloadsubsurface-266e3099624deb566cb04d9eeaf2c59db028a576.tar.gz
LocationInformationModel moved to qt-models
I forgot about this one, and we are going to use it in the mobile version too. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r--qt-ui/locationinformation.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h
index 1fb6e8d43..2a34512bd 100644
--- a/qt-ui/locationinformation.h
+++ b/qt-ui/locationinformation.h
@@ -5,17 +5,6 @@
#include <stdint.h>
#include <QAbstractListModel>
-class LocationInformationModel : public QAbstractListModel {
-Q_OBJECT
-public:
- LocationInformationModel(QObject *obj = 0);
- int rowCount(const QModelIndex &parent = QModelIndex()) const;
- QVariant data(const QModelIndex &index = QModelIndex(), int role = Qt::DisplayRole) const;
- void update();
-private:
- int internalRowCount;
-};
-
class LocationInformationWidget : public QGroupBox {
Q_OBJECT
public: