diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-09-21 12:04:37 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-09-21 12:04:37 +0200 |
commit | b418d0295c11781143986c0554b208ab8a2c83ba (patch) | |
tree | 6a7c86a6375aa322c683a8fb9687328e05e6c60f | |
parent | 06d21bcfdd7d4f99e461df4c9531e819c88686ef (diff) | |
download | extra-cmake-modules-b418d0295c11781143986c0554b208ab8a2c83ba.tar.gz extra-cmake-modules-b418d0295c11781143986c0554b208ab8a2c83ba.tar.bz2 |
Join up the comments.
-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. # |