mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-10 09:40:41 +02:00
Make the console and the application more readable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user