aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppServerPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/QXmppServerPlugin.h')
-rw-r--r--src/server/QXmppServerPlugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/QXmppServerPlugin.h b/src/server/QXmppServerPlugin.h
index a07e7ca8..73b10631 100644
--- a/src/server/QXmppServerPlugin.h
+++ b/src/server/QXmppServerPlugin.h
@@ -55,11 +55,11 @@ public:
/// Creates and returns the specified QXmppServerExtension.
///
/// \param key The key for the QXmppServerExtension.
- virtual QXmppServerExtension *create(const QString &key) = 0;
+ QXmppServerExtension *create(const QString &key) override = 0;
/// Returns the list of keys supported by this plugin.
///
- virtual QStringList keys() const = 0;
+ QStringList keys() const override = 0;
};
#endif