diff options
| author | Tannin <devnull@localhost> | 2014-08-18 23:00:25 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-08-18 23:00:25 +0200 |
| commit | 4b1e6683d258412dd6e02c55618ff158c749ab4a (patch) | |
| tree | 799ba86e4fabc44363ccc6dc14c4602b2b9e2919 /src/mainwindow.h | |
| parent | 06701856f8eaed0f6bf802308c07952f0f0dd92e (diff) | |
- can now filter by mod content
- all files/directories that require write access can now be placed in AppData instead of the MO directory
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 124dde5f..22152f1c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -261,7 +261,8 @@ private: int checkForProblems();
int getBinaryExecuteInfo(const QFileInfo &targetInfo, QFileInfo &binaryInfo, QString &arguments);
- QTreeWidgetItem *addFilterItem(QTreeWidgetItem *root, const QString &name, int categoryID);
+ QTreeWidgetItem *addFilterItem(QTreeWidgetItem *root, const QString &name, int categoryID, ModListSortProxy::FilterType type);
+ void addContentFilters();
void addCategoryFilters(QTreeWidgetItem *root, const std::set<int> &categoriesUsed, int targetID);
void setCategoryListVisible(bool visible);
|
