diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 11:50:02 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:17 +0100 |
| commit | 2ed9db7aab5d60bc419787dad53a491a62ef15e7 (patch) | |
| tree | 573b276d047479c70c5a3cc1c8aaa91f1ca107d5 /src/modlistview.h | |
| parent | a27656dc7bd14d22d0d8f9fe04f0365f95d81906 (diff) | |
Move creations of actions to ModListView.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index e9387cfd..1678d01e 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -16,6 +16,7 @@ namespace Ui { class MainWindow; } class CategoryFactory;
class FilterList;
class OrganizerCore;
+class MainWindow;
class Profile;
class ModListByPriorityProxy;
class ModListViewActions;
@@ -38,7 +39,7 @@ public: explicit ModListView(QWidget* parent = 0);
void setModel(QAbstractItemModel* model) override;
- void setup(OrganizerCore& core, CategoryFactory& factory, ModListViewActions* actions, Ui::MainWindow* mwui);
+ void setup(OrganizerCore& core, CategoryFactory& factory, FilterList& filters, MainWindow* mw, Ui::MainWindow* mwui);
// set the current profile
//
|
