diff -r 266f973745b8 -r 8ed0c3761640 QTfrontend/model/ThemeFilterProxyModel.h --- a/QTfrontend/model/ThemeFilterProxyModel.h Tue Apr 23 13:22:12 2019 +0200 +++ b/QTfrontend/model/ThemeFilterProxyModel.h Tue Apr 23 15:32:04 2019 +0200 @@ -37,6 +37,7 @@ ThemeFilterProxyModel(QObject *parent = 0); void setFilterDLC(bool enabled); void setFilterHidden(bool enabled); + void setFilterBackground(bool enabled); protected: bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; @@ -44,6 +45,7 @@ private: bool isFilteringDLC; bool isFilteringHidden; + bool isFilteringBackground; }; #endif // HEDGEWARS_THEMEFILTERPROXYMODEL_H