From 894e0bc7a936acac9a07349debe924b9aa979018 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 31 Oct 2014 17:32:05 -0200 Subject: Implemented the constructor of LocationFilter Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 3aeac2c5e..cda5ab5b2 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -2465,7 +2465,7 @@ bool BuddyFilterModel::setData(const QModelIndex &index, const QVariant &value, return false; } -LocationFilterModel::LocationFilterModel(QObject *parent): QStringListModel(parent) +LocationFilterModel::LocationFilterModel(QObject *parent): QStringListModel(parent), checkState(NULL) { } -- cgit v1.2.3-70-g09d2