The source project of this merge request has been removed.
Fix punctuation/whitespace of runtime rate-limited deprecation warnings
Aww, here we go again...
Before:
kf.quickcharts.deprecated: ValueHistorySource is deprecated (since 5.78 ): Use HistoryProxySource instead
After:
kf.quickcharts.deprecated: ValueHistorySource is deprecated (since 5.78): Use HistoryProxySource instead
See also: kirigami!396 (merged)
I wonder, how many more cases like this are hidden in the codebase?