summaryrefslogtreecommitdiff
path: root/src/modlistview.cpp
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2024-05-26 12:20:02 +0200
committerGitHub <noreply@github.com>2024-05-26 12:20:02 +0200
commita11617ff65f8570e7c33db420c207ef304529322 (patch)
tree87d56ca7e7d15325640bd3193943b225414dc322 /src/modlistview.cpp
parent1871f32a8db7e707a6d96a41f09147d8558e0003 (diff)
Use MO2 formatting action. (#2032)
Diffstat (limited to 'src/modlistview.cpp')
-rw-r--r--src/modlistview.cpp4
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);