| 30 | |
| 31 | |
| 32 | static QString RandomSessionFileName() |
| 33 | { |
| 34 | return QUuid::createUuid().toString(QUuid::WithoutBraces); |
| 35 | } |
| 36 | |
| 37 | // QList<int> cannot be automatically serialized to/from QSettings (i.e. QVariant) so turn it to a QVariantList |
| 38 | static QVariantList QListToQVariantList(const QList<int> intList) |
no test coverage detected