mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-12 02:29:02 +02:00
Add a macro to check for Qt >= 5.5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user