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 e033654 commit 5a75127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMLComponents/models/listmodelfiltereddataentry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "controls/jaspcontrol.h"
#include "filter.h"


ListModelFilteredDataEntry::ListModelFilteredDataEntry(TableViewBase * parent)
: ListModelTableViewBase(parent)
{
Expand Down Expand Up @@ -438,4 +439,3 @@ void ListModelFilteredDataEntry::refreshModel()
{
ListModel::refresh();
}

0 comments on commit 5a75127

Please sign in to comment.