diff options
-rw-r--r-- | modules/ECMQtFramework.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake index 68985892..3d9eefa9 100644 --- a/modules/ECMQtFramework.cmake +++ b/modules/ECMQtFramework.cmake @@ -31,7 +31,7 @@ # # 4) Qt build flags are defined. # These include - +# # * Disabling automatic ascii casts provided by Qt (so for example QLatin1String must be used). This is # relevant to prevent encoding errors, and makes conversion to QString potentially faster or avoidable. # |