diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-29 19:36:17 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:16 +0100 |
| commit | 7e2c52133960b7d1bbb0fe72a37cee1c2b67c0ec (patch) | |
| tree | 686e359ad1576ddc7bff6d4177029dd1a760c5fd /src/modlistsortproxy.h | |
| parent | 68c9ae8592a51b87dc3228b8ebd13737bf2dc7f5 (diff) | |
Refactoring and fixes.
- Move codes from MainWindow to ModListView.
- Fix enable/disable all visible.
- Fix changing style of the mod list.
Diffstat (limited to 'src/modlistsortproxy.h')
| -rw-r--r-- | src/modlistsortproxy.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/modlistsortproxy.h b/src/modlistsortproxy.h index 811aec66..9a4140f6 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -84,17 +84,6 @@ public: virtual void setSourceModel(QAbstractItemModel *sourceModel) override;
-
- /**
- * @brief enable all mods visible under the current filter
- **/
- void enableAllVisible();
-
- /**
- * @brief disable all mods visible under the current filter
- **/
- void disableAllVisible();
-
/**
* @brief tests if a filtere matches for a mod
* @param info mod information
|
