Skip to content

Commit fbea2a7

Browse files
hormnekmike-malburg
authored andcommitted
Fix qApp connection (githubuser0xFFFF#778)
1 parent 2b43999 commit fbea2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ CDockManager::CDockManager(QWidget *parent) :
530530
window()->installEventFilter(this);
531531

532532
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
533-
connect(qApp, &QApplication::focusWindowChanged, [this](QWindow* focusWindow)
533+
connect(qApp, &QApplication::focusWindowChanged, this, [this](QWindow* focusWindow)
534534
{
535535
if (!focusWindow)
536536
{

0 commit comments

Comments
 (0)