summaryrefslogtreecommitdiffstats
path: root/src/plugins/blackberry/bbmediaplayerservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/blackberry/bbmediaplayerservice.h')
-rw-r--r--src/plugins/blackberry/bbmediaplayerservice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/blackberry/bbmediaplayerservice.h b/src/plugins/blackberry/bbmediaplayerservice.h
index 9349d495d..581982883 100644
--- a/src/plugins/blackberry/bbmediaplayerservice.h
+++ b/src/plugins/blackberry/bbmediaplayerservice.h
@@ -56,8 +56,8 @@ public:
explicit BbMediaPlayerService(QObject *parent = 0);
~BbMediaPlayerService();
- QMediaControl *requestControl(const char *name);
- void releaseControl(QMediaControl *control);
+ QMediaControl *requestControl(const char *name) Q_DECL_OVERRIDE;
+ void releaseControl(QMediaControl *control) Q_DECL_OVERRIDE;
private:
void updateControls();