Go to the documentation of this file.
16 #ifndef _ABSTRACTTORSETTINGS_H
17 #define _ABSTRACTTORSETTINGS_H
42 virtual bool apply(QString *errmsg) = 0;
48 virtual QVariant
value(
const QString &key)
const;
51 virtual QVariant
localValue(
const QString &key)
const;
54 virtual QVariant
torValue(
const QString &key)
const;
57 virtual void setValue(
const QString &key,
const QVariant &value);