diff --git a/MainWindow.cpp b/MainWindow.cpp index 50215da..d9a098a 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -31,7 +31,7 @@ MainWindow::MainWindow() #if QT_VERSION >= 0x050500 QMessageLogger(__FILE__, __LINE__, 0).info() << "Video support: " << (Media::hasVideoSupport() ? "yes" : "no"); #else - QMessageLogger(__FILE__, __LINE__, 0).debug(); << "Video support: " << (Media::hasVideoSupport() ? "yes" : "no"); + QMessageLogger(__FILE__, __LINE__, 0).debug() << "Video support: " << (Media::hasVideoSupport() ? "yes" : "no"); #endif mappingManager = new MappingManager;