summaryrefslogtreecommitdiffstats
path: root/src/core/qrc_protocol_handler_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qrc_protocol_handler_qt.h')
-rw-r--r--src/core/qrc_protocol_handler_qt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/qrc_protocol_handler_qt.h b/src/core/qrc_protocol_handler_qt.h
index a2e0cc00b..f2849c1ef 100644
--- a/src/core/qrc_protocol_handler_qt.h
+++ b/src/core/qrc_protocol_handler_qt.h
@@ -42,8 +42,6 @@
#include "net/url_request/url_request_job_factory.h"
-#include <QtCore/qcompilerdetection.h> // Needed for Q_DECL_OVERRIDE
-
namespace net {
class NetworkDelegate;
@@ -61,7 +59,7 @@ class QrcProtocolHandlerQt : public net::URLRequestJobFactory::ProtocolHandler {
public:
QrcProtocolHandlerQt();
- virtual net::URLRequestJob *MaybeCreateJob(net::URLRequest *request, net::NetworkDelegate *networkDelegate) const Q_DECL_OVERRIDE;
+ net::URLRequestJob *MaybeCreateJob(net::URLRequest *request, net::NetworkDelegate *networkDelegate) const override;
private:
DISALLOW_COPY_AND_ASSIGN(QrcProtocolHandlerQt);