A configurable value. More...
#include <Valuable/ConfigValue.hpp>
Public Member Functions | |
| ConfigValue (QString k, QString v) | |
| Constructs a new value with the given. More... | |
| const QString & | key () const |
| Gets the name (key) of the value. | |
| const QString & | value () const |
| Gets the value. | |
Friends | |
| class | ConfigDocument |
A configurable value.
| Valuable::ConfigValue::ConfigValue | ( | QString | k, |
| QString | v | ||
| ) |
Constructs a new value with the given.
| k | name of the value |
| v | value |