Skip to content
Commit f3e7b522 authored by Jonathan Marten's avatar Jonathan Marten
Browse files

DialogSelectMaster: Fix an "unused lambda capture" warning

Found by Clang 14 on FreeBSD CI:

kmix/gui/dialogselectmaster.cpp:130:54: warning: lambda capture 'this'
is not used [-Wunused-lambda-capture]
        connect(qlbl, &QLabel::linkActivated, this, [this]() {
                                                     ^~~~
parent dbf2ddad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment