aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_bsplugins/src/GUI
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-24 00:19:52 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-24 00:19:52 -0500
commitdad7de1e534837f9ea677925e7c87a3d816f9baa (patch)
tree03cfdf13f932f23d5a626ca66bd9615a614bcba6 /libs/installer_bsplugins/src/GUI
parent12ce612e00af99990d364b1b74aca39e81b4d56f (diff)
Update MO2 beta 12 integration
Diffstat (limited to 'libs/installer_bsplugins/src/GUI')
-rw-r--r--libs/installer_bsplugins/src/GUI/IconDelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/installer_bsplugins/src/GUI/IconDelegate.cpp b/libs/installer_bsplugins/src/GUI/IconDelegate.cpp
index ff99405..84184cc 100644
--- a/libs/installer_bsplugins/src/GUI/IconDelegate.cpp
+++ b/libs/installer_bsplugins/src/GUI/IconDelegate.cpp
@@ -23,7 +23,7 @@ IconDelegate::IconDelegate(QTreeView* view, int column, int compactSize)
{
if (view) {
connect(view->header(), &QHeaderView::sectionResized,
- [=](int logicalIndex, [[maybe_unused]] int oldSize, int newSize) {
+ [this](int logicalIndex, [[maybe_unused]] int oldSize, int newSize) {
if (logicalIndex == m_Column) {
m_Compact = newSize < m_CompactSize;
}