Skip to content

Add convenience methods for UUID&QVariant conversions

Storing UUID in QVariant as a string for conversion can be expenseive. Instead, it should be stored as a QByteArray. All future UUID&QVariant storage should use these functions.

Merge request reports