aboutsummaryrefslogtreecommitdiff
path: root/tests/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.h')
-rw-r--r--tests/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/util.h b/tests/util.h
index d0c55e89..91f59c61 100644
--- a/tests/util.h
+++ b/tests/util.h
@@ -57,7 +57,7 @@ public:
};
/// Retrieves the password for the given username.
- QXmppPasswordReply::Error getPassword(const QXmppPasswordRequest &request, QString &password)
+ QXmppPasswordReply::Error getPassword(const QXmppPasswordRequest &request, QString &password) override
{
if (m_credentials.contains(request.username()))
{
@@ -69,7 +69,7 @@ public:
};
/// Returns whether getPassword() is enabled.
- bool hasGetPassword() const
+ bool hasGetPassword() const override
{
return true;
};