Make the console and the application more readable

This commit is contained in:
baydam
2016-02-02 18:35:47 +00:00
parent cb07e630a2
commit 6c723fddd9
7 changed files with 29 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ MainWindow::MainWindow()
{
// Create model.
#if QT_VERSION >= 0x050400
QMessageLogger(__FILE__, __LINE__, 0).info() << "Video support: " << (Media::hasVideoSupport() ? "yes" : "no") << endl;
QMessageLogger(__FILE__, __LINE__, 0).info() << "Video support: " << (Media::hasVideoSupport() ? "yes" : "no");
#endif
mappingManager = new MappingManager;