Correctly removes the Location Completion Model

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-07-01 18:56:00 -03:00 committed by Dirk Hohndel
parent db8b140c52
commit 43bb8881fd
2 changed files with 0 additions and 7 deletions

View file

@ -15,12 +15,6 @@ public:
void updateModel();
};
class LocationCompletionModel : public QStringListModel {
Q_OBJECT
public:
void updateModel();
};
class SuitCompletionModel : public QStringListModel {
Q_OBJECT
public:

View file

@ -105,7 +105,6 @@ private:
EditMode editMode;
BuddyCompletionModel buddyModel;
DiveMasterCompletionModel diveMasterModel;
LocationCompletionModel locationModel;
SuitCompletionModel suitModel;
TagCompletionModel tagModel;
DivePictureModel *divePictureModel;