Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Jan 15, 2025
1 parent 81b760f commit fa154ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions QMLComponents/models/listmodelfiltereddataentry.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#include "listmodelfiltereddataentry.h"
#include "columnutils.h"
#include "controls/tableviewbase.h"
#include "utilities/qutils.h"
#include "log.h"
#include "controls/jaspcontrol.h"
#include "filter.h"
#include "dataset.h"
#include "columnutils.h"

ListModelFilteredDataEntry::ListModelFilteredDataEntry(TableViewBase * parent)
: ListModelTableViewBase(parent)
Expand Down Expand Up @@ -63,7 +62,7 @@ void ListModelFilteredDataEntry::runFilter()
{
if(!_filter) //prob still need to bind
return;

runFilterByName(tq(_filter->name()));
}

Expand Down

0 comments on commit fa154ef

Please sign in to comment.