summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 678226c1..3d37bdd8 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -21,6 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define SETTINGS_H
#include "loadmechanism.h"
+#include <filterwidget.h>
#include <lootcli/lootcli.h>
#include <questionboxmemory.h>
#include <log.h>
@@ -615,6 +616,11 @@ public:
bool doubleClicksOpenPreviews() const;
void setDoubleClicksOpenPreviews(bool b);
+ // filter widget options
+ //
+ MOBase::FilterWidget::Options filterOptions() const;
+ void setFilterOptions(const MOBase::FilterWidget::Options& o);
+
private:
QSettings& m_Settings;
};