[us-commits] [ehb54/ultrascan3] 0587da: Refactor `US_SpectrogramData` and update raster ha...
Lukas Dobler
noreply at github.com
Thu Nov 13 03:16:45 MST 2025
Branch: refs/heads/lukas/qt6-compile
Home: https://github.com/ehb54/ultrascan3
Commit: 0587da27d11a47a031a2345ea944e5b52923bd00
https://github.com/ehb54/ultrascan3/commit/0587da27d11a47a031a2345ea944e5b52923bd00
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-11-13 (Thu, 13 Nov 2025)
Changed paths:
M gui/us_gui_util.cpp
M gui/us_spectrodata.cpp
M gui/us_spectrodata.h
Log Message:
-----------
Refactor `US_SpectrogramData` and update raster handling
- Rename `initRaster` to `getRaster` and update method signature to be `const`. This helps to avoid confusion with the QwtRasterData::initRaster, which has different functionality.
- Add conditional `setInterval` calls for compatibility with older `Qwt` versions.
- Adjust `value` method to use `const` arguments and override specifier.
- Refactor `boundingRect` to remove unnecessary `#if` conditions.
- Update references to renamed `getRaster` method in related files.
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