aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qmlwebsockets/qqmlwebsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/qmlwebsockets/qqmlwebsocket.h')
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocket.h b/src/imports/qmlwebsockets/qqmlwebsocket.h
index 8db435d..e1ffc72 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocket.h
+++ b/src/imports/qmlwebsockets/qqmlwebsocket.h
@@ -62,7 +62,7 @@ class QQmlWebSocket : public QObject, public QQmlParserStatus
public:
explicit QQmlWebSocket(QObject *parent = 0);
explicit QQmlWebSocket(QWebSocket *socket, QObject *parent = 0);
- virtual ~QQmlWebSocket();
+ ~QQmlWebSocket() override;
enum Status
{
@@ -94,8 +94,8 @@ Q_SIGNALS:
void urlChanged();
public:
- void classBegin() Q_DECL_OVERRIDE;
- void componentComplete() Q_DECL_OVERRIDE;
+ void classBegin() override;
+ void componentComplete() override;
private Q_SLOTS:
void onError(QAbstractSocket::SocketError error);