[us-commits] [ehb54/ultrascan3] 98f8be: I reverted the signal BufferDataChanged to what it...
Lukas Dobler
noreply at github.com
Tue Apr 1 13:49:00 MDT 2025
Branch: refs/heads/master
Home: https://github.com/ehb54/ultrascan3
Commit: 98f8be40832b0ce57fef6e32c2024f711e9259d6
https://github.com/ehb54/ultrascan3/commit/98f8be40832b0ce57fef6e32c2024f711e9259d6
Author: samo38 <saeed.mortezazadeh25 at gmail.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M gui/us_buffer_gui.cpp
M gui/us_buffer_gui.h
M programs/us_grid_editor/us_grid_editor.cpp
M programs/us_grid_editor/us_grid_editor.h
M programs/us_predict2/us_predict2.cpp
Log Message:
-----------
I reverted the signal BufferDataChanged to what it was before i.e. valueChanged. So we have two signals with the same name valueChanged but one emits US_Buffer and the other emits two double values. We have to use SIGNAL and SLOT macros to handle the casting, otherwise you get errors at compilation step if you connect it through function reference.
Commit: 32cabd46de2e426ca43a909949109b82e383358d
https://github.com/ehb54/ultrascan3/commit/32cabd46de2e426ca43a909949109b82e383358d
Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M gui/us_buffer_gui.cpp
M gui/us_buffer_gui.h
M programs/us_grid_editor/us_grid_editor.cpp
M programs/us_grid_editor/us_grid_editor.h
M programs/us_predict2/us_predict2.cpp
Log Message:
-----------
Merge pull request #196 from samo38/issue_447
Ticket 447: Master branch build failing
Compare: https://github.com/ehb54/ultrascan3/compare/c233d74dcd07...32cabd46de2e
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list