nodeguy/src/cpp
Solant 07ac11c6ab
Qsettings (#401)
* initial qsettings implementation

* fix qsettings object constructor initialization

* added sync method

* added setValue method

* implemented value method

* pass actual app name and org name

* accept any value that can be converted to QVariant in setValue method

* implemented value method with proper QVariant wrap

* added tests

* removed testing data, fixed warning

* fixed cpp linting
2020-02-17 20:44:29 +01:00
..
include Qsettings (#401) 2020-02-17 20:44:29 +01:00
lib Qsettings (#401) 2020-02-17 20:44:29 +01:00
main.cpp Qsettings (#401) 2020-02-17 20:44:29 +01:00