summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/kernel/qauthenticator.h')
-rw-r--r--src/network/kernel/qauthenticator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.h b/src/network/kernel/qauthenticator.h
index 13ce593..983b7c0 100644
--- a/src/network/kernel/qauthenticator.h
+++ b/src/network/kernel/qauthenticator.h
@@ -43,6 +43,7 @@
#define QAUTHENTICATOR_H
#include <QtCore/qstring.h>
+#include <QtCore/qvariant.h>
QT_BEGIN_HEADER
@@ -73,6 +74,10 @@ public:
QString realm() const;
+ QVariant option(const QString &opt) const;
+ QVariantHash options() const;
+ void setOption(const QString &opt, const QVariant &value);
+
bool isNull() const;
void detach();
private: