Skip to content
Snippets Groups Projects

VP1: fix some missing signal/slot errors #2

Merged Edward Moyse requested to merge emoyse/athena:vp1-fix-signal-slots-2 into 24.0
All threads resolved!

Together with !69047 (merged), this closes ATLASVPONE-653

The problem this time was that connect was being called on signals and slots which weren't implemented. I started adding them, but then realised that the widgets were disabled in the interface. Since I didn't have easy access to QtCreator, at this point I gave up and just commented out the problematic lines.

I also made some changes to reduce the verbosity of VP1 - this can be added back by setting the VP1_DEBUG_OUTPUT env variable.

And for a bit of fun, I added a 3D ASCII art VP1 logo.

cc @rbianchi

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Hi @emoyse, thanks for the update.

    Concerning the slots not being implemented, you're right; those were part of a work in progress that was not completed.

    Thanks for commenting them, so we don't have extra clutter in the output. I will uncomment them as soon as I take some time to complete the work.

    For the reviewer: Those commented lines should not be removed; they're WIP to be completed in a separate MR.

    Best, --Ric.

  • Edward Moyse resolved all threads

    resolved all threads

  • Duc Ta mentioned in commit ac290495

    mentioned in commit ac290495

  • merged

  • Frank Winklmeier mentioned in merge request !69166 (merged)

    mentioned in merge request !69166 (merged)

  • Please register or sign in to reply
    Loading