summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services/genericunix/qgenericunixservices_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-01-20 09:57:41 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-01-21 07:17:18 +0000
commitacb2e873f0cfbddbf8a9d23004e1eefbb47fd0fe (patch)
tree5020f517ed71da7bcac83bb347a136827926fdc3 /src/platformsupport/services/genericunix/qgenericunixservices_p.h
parent26379d0320637b11519a2f161fb458eb9360ed88 (diff)
QtPlatformSupport: Remove virtual from declarations with override.
Change-Id: If94207596411680dfc2dbe33f298dc48fd5b7cc0 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/platformsupport/services/genericunix/qgenericunixservices_p.h')
-rw-r--r--src/platformsupport/services/genericunix/qgenericunixservices_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platformsupport/services/genericunix/qgenericunixservices_p.h b/src/platformsupport/services/genericunix/qgenericunixservices_p.h
index 0c15d62165..89d5a4dab4 100644
--- a/src/platformsupport/services/genericunix/qgenericunixservices_p.h
+++ b/src/platformsupport/services/genericunix/qgenericunixservices_p.h
@@ -57,8 +57,8 @@ public:
QByteArray desktopEnvironment() const Q_DECL_OVERRIDE;
- virtual bool openUrl(const QUrl &url) Q_DECL_OVERRIDE;
- virtual bool openDocument(const QUrl &url) Q_DECL_OVERRIDE;
+ bool openUrl(const QUrl &url) Q_DECL_OVERRIDE;
+ bool openDocument(const QUrl &url) Q_DECL_OVERRIDE;
private:
QString m_webBrowser;