[us-commits] [ehb54/ultrascan3] ef64ca: Fix incorrect variable usage and remove redundant ...
Lukas Dobler
noreply at github.com
Fri Nov 14 11:14:30 MST 2025
Branch: refs/heads/lukas/us_plot_config
Home: https://github.com/ehb54/ultrascan3
Commit: ef64cab1de21434fe0f5d43a73d8f500c37bbfed
https://github.com/ehb54/ultrascan3/commit/ef64cab1de21434fe0f5d43a73d8f500c37bbfed
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-11-14 (Fri, 14 Nov 2025)
Changed paths:
M gui/us_plot.cpp
Log Message:
-----------
Fix incorrect variable usage and remove redundant `const` specifiers in `US_Plot`
Corrected variable mismatch in `connect` call for canvas color updates. Replaced redundant `const QDir` declarations with `QDir` to align with proper usage. Initialized `selSymbol` with `QwtSymbol::NoSymbol` to prevent uninitialized access.
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