Hi,
how to store an custom enum with QSettings and restore it?
Qt Code:
myClass::myEnum m_enum = settings.value("xxx").value<myClass::myEnum>(); // fails because no Qt-classTo copy to clipboard, switch view to plain text mode
Thanks
Lykurg
Hi,
how to store an custom enum with QSettings and restore it?
Qt Code:
myClass::myEnum m_enum = settings.value("xxx").value<myClass::myEnum>(); // fails because no Qt-classTo copy to clipboard, switch view to plain text mode
Thanks
Lykurg
Bookmarks