https://bugs.kde.org/show_bug.cgi?id=511102
--- Comment #6 from Nicolas Fella <[email protected]> --- I think I know what's going on, and it's not https://invent.kde.org/frameworks/kuserfeedback/-/merge_requests/81 relevant code is at https://invent.kde.org/frameworks/kuserfeedback/-/blob/master/src/provider/core/provider.cpp#L389 If the last encouragement was today the next one will be in 30 days. 30 days in milliseconds is enough to overflow int, causing a negative interval for the timer. Qt 6.10 changed the behavior of that (https://codereview.qt-project.org/c/qt/qtbase/+/613038) and sets the interval to 1ms, so we get the message immediately -- You are receiving this mail because: You are watching all bug changes.
