Include declaration.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2026-01-12 21:02:00 +01:00
parent 863a6384c1
commit d3cc21670d

View file

@ -50,6 +50,7 @@ public slots:
void refreshDisplayType(const DisplayType &displayType); void refreshDisplayType(const DisplayType &displayType);
void onActiveGroupCriteriaChanged(QString activeGroupCriteria); void onActiveGroupCriteriaChanged(QString activeGroupCriteria);
void onActiveSortCriteriaChanged(QStringList activeSortCriteria); void onActiveSortCriteriaChanged(QStringList activeSortCriteria);
QList<QString> getGroupCriteriaValueList();
void onCategoryAddition(const QModelIndex &parent, int first, int last); void onCategoryAddition(const QModelIndex &parent, int first, int last);
void onCategoryRemoval(const QModelIndex &parent, int first, int last); void onCategoryRemoval(const QModelIndex &parent, int first, int last);