diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-05-26 12:24:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-26 12:24:02 +0200 |
| commit | 2caa688e5581849441b1c96e4a2d357e9241f74a (patch) | |
| tree | c99b83f84f4be692663be4256e9ec955f4258e7e /src/mainwindow.h | |
| parent | 2d58ad346c9e8840d3864080d62999e686962a76 (diff) | |
| parent | 21185182c6551d053cccdcf087e0c219a3785cf8 (diff) | |
Merge pull request #731 from isanae/filetree-dds-preview-630
Add preview to filetree, some refactoring
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 727dd165..b4ad0bdb 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -260,7 +260,6 @@ private: size_t checkForProblems(); - int getBinaryExecuteInfo(const QFileInfo &targetInfo, QFileInfo &binaryInfo, QString &arguments); 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); |
