mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove extra ; at the end of lines.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
96850b9931
commit
e61e127715
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue