summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets/qqmlwebsocketserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/qmlwebsockets/qqmlwebsocketserver.h')
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocketserver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocketserver.h b/src/imports/qmlwebsockets/qqmlwebsocketserver.h
index 5de5b09..98dbfc4 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocketserver.h
+++ b/src/imports/qmlwebsockets/qqmlwebsocketserver.h
@@ -63,10 +63,10 @@ class QQmlWebSocketServer : public QObject, public QQmlParserStatus
public:
explicit QQmlWebSocketServer(QObject *parent = Q_NULLPTR);
- virtual ~QQmlWebSocketServer();
+ ~QQmlWebSocketServer() override;
- void classBegin() Q_DECL_OVERRIDE;
- void componentComplete() Q_DECL_OVERRIDE;
+ void classBegin() override;
+ void componentComplete() override;
QUrl url() const;