diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-05-26 12:20:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 12:20:02 +0200 |
| commit | a11617ff65f8570e7c33db420c207ef304529322 (patch) | |
| tree | 87d56ca7e7d15325640bd3193943b225414dc322 /src/modlistview.cpp | |
| parent | 1871f32a8db7e707a6d96a41f09147d8558e0003 (diff) | |
Use MO2 formatting action. (#2032)
Diffstat (limited to 'src/modlistview.cpp')
| -rw-r--r-- | src/modlistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modlistview.cpp b/src/modlistview.cpp index 944825fa..81e87c5e 100644 --- a/src/modlistview.cpp +++ b/src/modlistview.cpp @@ -137,8 +137,8 @@ public: ModListView::ModListView(QWidget* parent) : QTreeView(parent), m_core(nullptr), m_sortProxy(nullptr), - m_byPriorityProxy(nullptr), m_byCategoryProxy(nullptr), - m_byNexusIdProxy(nullptr), m_markers{{}, {}, {}, {}, {}, {}}, + m_byPriorityProxy(nullptr), m_byCategoryProxy(nullptr), m_byNexusIdProxy(nullptr), + m_markers{{}, {}, {}, {}, {}, {}}, m_scrollbar(new ModListViewMarkingScrollBar(this)) { setVerticalScrollBar(m_scrollbar); |
