diff options
Diffstat (limited to 'qt-models/divelocationmodel.h')
-rw-r--r-- | qt-models/divelocationmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/divelocationmodel.h b/qt-models/divelocationmodel.h index 2abd894ea..debbdf871 100644 --- a/qt-models/divelocationmodel.h +++ b/qt-models/divelocationmodel.h @@ -25,7 +25,6 @@ public: int rowCount(const QModelIndex &parent = QModelIndex()) const; QVariant data(const QModelIndex &index = QModelIndex(), int role = Qt::DisplayRole) const; bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); - void setFirstRowTextField(QLineEdit *textField); public slots: void update(); @@ -33,7 +32,6 @@ public slots: private: int internalRowCount; QStringList locationNames; - QLineEdit *textField; }; class GeoReferencingOptionsModel : public QStringListModel { |