From f9460bc9415850522fe1be16e946e61cdb7097e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Gren=C3=A4ngen?= Date: Thu, 11 Jul 2024 18:48:21 +0200 Subject: [PATCH] Fix formatting --- TrayMenuManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrayMenuManager.cpp b/TrayMenuManager.cpp index b7e4b82..19cf4ae 100644 --- a/TrayMenuManager.cpp +++ b/TrayMenuManager.cpp @@ -28,7 +28,7 @@ TrayMenuManager::TrayMenuManager(TailSettings& s, TailRunner* runner, QObject* p // Make sure to restart the status check timer when the menu is shown // since this will give us some time before it will try to re-fresh the menu etc - // NOTE: aboutToHide() is not used since it will not be triggered when the menu is closed/dismissed when focus is lost + // NOTE: aboutToHide() is not used since it will not be triggered when the menu is closed/dismissed when focus is lost connect(pTrayMenu, &QMenu::aboutToShow, this, [this]() { pStatusCheckTimer->start(); });