summaryrefslogtreecommitdiffstats
path: root/src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp')
-rw-r--r--src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp b/src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp
index 5668332d1..d29f36f0a 100644
--- a/src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp
+++ b/src/plugins/blackberry/mediaplayer/bbvideowindowcontrol.cpp
@@ -204,7 +204,7 @@ void BbVideoWindowControl::attachDisplay(mmr_context_t *context)
QPlatformNativeInterface * const nativeInterface = QGuiApplication::platformNativeInterface();
if (!nativeInterface) {
- qDebug() << "BbVideoWindowControl: Unable to get platform native interface. Qt too old?";
+ qDebug() << "BbVideoWindowControl: Unable to get platform native interface";
return;
}