A helper interface to allow backend generic access to a backends configuration. More...
#include <updaterbackend.h>
Public Member Functions | |
virtual QString | backend () const =0 |
Returns the key of the backend to be loaded. | |
virtual std::optional< QVariant > | value (const QString &key) const =0 |
Returns a configuration value, but only if it exists. | |
virtual QVariant | value (const QString &key, const QVariant &defaultValue) const =0 |
Returns a configuration value if it exists, the default value otherwise. | |
A helper interface to allow backend generic access to a backends configuration.
Definition at line 39 of file updaterbackend.h.