Skip to content
Commit 8c43aebe authored by Illya Kovalevskyy's avatar Illya Kovalevskyy
Browse files

Removing char* assignments from headers

In case if your application, which includes Marble headers, also
define QT_NO_CAST_ASCII, it won't get built. For instance,
KF5 use QT_NO_CAST_ASCII by default, so we should use
QLatin1String, instead of char* in all public headers.

REVIEW: 121487
parent 72ce2c7b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment