Changeset - r28261:6c9a0949535f
master
0
4
0
Codechange: Don't keep autosave_interval in std::chrono::minutes.
This variable is saved as a setting which requires the variable type to be known, but std::chrono::minutes may vary depending on system type.
Instead, keep as uint32_t and convert to std::chrono::minutes only when setting the timer.
This variable is saved as a setting which requires the variable type to be known, but std::chrono::minutes may vary depending on system type.
Instead, keep as uint32_t and convert to std::chrono::minutes only when setting the timer.
4 files changed with 13 insertions and 13 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)