summaryrefslogtreecommitdiffstats
path: root/lib/download_manager_delegate_qt.cpp
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-11-06 17:15:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-14 15:43:48 +0100
commit496f66ee52214ac614135c736f7d89c4dd08ba14 (patch)
treebd4de6a9909846b53f1edbd58d2914e16ef5f2d1 /lib/download_manager_delegate_qt.cpp
parente1f0ec1af9bcef187bc132e29101b3f7c9c367c1 (diff)
Mark functions with Q_DECL_OVERRIDE where necessary.
Change-Id: I15261c3737a3284b99308453132f09ee7889c444 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'lib/download_manager_delegate_qt.cpp')
-rw-r--r--lib/download_manager_delegate_qt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/download_manager_delegate_qt.cpp b/lib/download_manager_delegate_qt.cpp
index 265c28b1b..633d203ae 100644
--- a/lib/download_manager_delegate_qt.cpp
+++ b/lib/download_manager_delegate_qt.cpp
@@ -67,8 +67,8 @@ public:
bool determineDownloadTarget(content::DownloadItem *item, const content::DownloadTargetCallback &callback);
- virtual void OnDownloadUpdated(content::DownloadItem *download);
- virtual void OnDownloadDestroyed(content::DownloadItem *download);
+ virtual void OnDownloadUpdated(content::DownloadItem *download) Q_DECL_OVERRIDE;
+ virtual void OnDownloadDestroyed(content::DownloadItem *download) Q_DECL_OVERRIDE;
private:
bool isPathAvailable(const QString& path);