Skip to content

Commit f76afff

Browse files
Apply suggested fix to src/trayicon.cpp from Copilot Autofix (#1473)
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 7f62e21 commit f76afff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/trayicon.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ void TrayIcon::iconActivated(QSystemTrayIcon::ActivationReason reason) {
107107
showHideParent();
108108
break;
109109
case QSystemTrayIcon::MiddleClick:
110-
showMessage("test", "test msg", 1000);
111110
break;
112111
default: {
113112
}

0 commit comments

Comments
 (0)