Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
QSR 3.0
-
None
Description
Refactor QSafeEvent writing functions to use templates.
Currently the writing functions are separate for two given types, quint32 and qint32. This is a lot of duplicated code already, and incase other types need to be supported, it would increase even more.