Uh oh!
There was an error while loading. Please reload this page.
Pr 121 test - #123
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #123 +/- ##
==========================================
+ Coverage 63.75% 66.54% +2.78%
==========================================
Files 4 5 +1 Lines 858 529 -329 Branches 313 150 -163 ==========================================
- Hits 547 352 -195 + Misses 205 115 -90 + Partials 106 62 -44
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
|
Add a persistent default argv (anonymous namespace) and include QCursor, then construct QApplication with the default argv when original argc/argv are missing to avoid using a short-lived stack array. Hide trayTopMenu before clearing tray references to prevent lingering UI. Replace menu->show() with menu->popup(QCursor::pos()) to work around QTBUG-139921 on Linux/Wayland. NOSONAR comments for QApplication allocation are preserved.
|
Screenshot ComparisonPR #123 screenshots vs Matrix: |
| Image | Baseline | PR |
|---|---|---|
tray_icon_initial.png | ||
tray_menu_checkbox_checked.png | ![]() | ![]() |
tray_menu_checkbox_unchecked.png | ![]() | ![]() |
tray_menu_shown.png | ![]() | ![]() |
tray_notification_displayed.png | ![]() | ![]() |
Matrix: macOS
| Image | Baseline | PR |
|---|---|---|
tray_icon_initial.png | ||
tray_menu_checkbox_checked.png | ![]() | ![]() |
tray_menu_checkbox_unchecked.png | ![]() | ![]() |
tray_menu_shown.png | ![]() | ![]() |
tray_notification_displayed.png | ![]() | ![]() |








































Description
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage