MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / RandomSessionFileName

Function RandomSessionFileName

src/SessionManager.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32static 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
38static QVariantList QListToQVariantList(const QList<int> intList)

Callers 2

storeTempFileMethod · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected