mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fixed a warning concerning string literals
This commit is contained in:
@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
|
||||
MainApplication app(argc, argv);
|
||||
|
||||
if (!QGLFormat::hasOpenGL())
|
||||
qFatal(QObject::tr("This system has no OpenGL support.").toUtf8().constData());
|
||||
qFatal("This system has no OpenGL support.");
|
||||
|
||||
// Create splash screen.
|
||||
QPixmap pixmap("splash.png");
|
||||
|
||||
Reference in New Issue
Block a user