Skip to content

Commit d467b21

Browse files
authored
Fix qApp connection (#778)
1 parent 893af51 commit d467b21

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)