summaryrefslogtreecommitdiffstats
path: root/qt-ui/filtermodels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/filtermodels.cpp')
-rw-r--r--qt-ui/filtermodels.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/qt-ui/filtermodels.cpp b/qt-ui/filtermodels.cpp
index f44ab7cf8..be26a253b 100644
--- a/qt-ui/filtermodels.cpp
+++ b/qt-ui/filtermodels.cpp
@@ -64,12 +64,12 @@ CREATE_MODEL_SET_DATA_METHOD( CLASS ); \
CREATE_INSTANCE_METHOD( CLASS ); \
CREATE_DATA_METHOD( CLASS, COUNTER_FUNCTION )
-CREATE_COMMON_METHODS_FOR_FILTER(TagFilterModel, count_dives_with_tag);
-CREATE_COMMON_METHODS_FOR_FILTER(BuddyFilterModel, count_dives_with_person);
-CREATE_COMMON_METHODS_FOR_FILTER(LocationFilterModel, count_dives_with_location);
-CREATE_COMMON_METHODS_FOR_FILTER(SuitsFilterModel, count_dives_with_suit);
+CREATE_COMMON_METHODS_FOR_FILTER(TagFilterModel, count_dives_with_tag)
+CREATE_COMMON_METHODS_FOR_FILTER(BuddyFilterModel, count_dives_with_person)
+CREATE_COMMON_METHODS_FOR_FILTER(LocationFilterModel, count_dives_with_location)
+CREATE_COMMON_METHODS_FOR_FILTER(SuitsFilterModel, count_dives_with_suit)
-CREATE_INSTANCE_METHOD(MultiFilterSortModel);
+CREATE_INSTANCE_METHOD(MultiFilterSortModel)
SuitsFilterModel::SuitsFilterModel(QObject *parent) : QStringListModel(parent)
{