mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Disallow narrowing conversions in signal connection
This commit is contained in:
parent
567dd3fabb
commit
7764169aa3
2 changed files with 9 additions and 6 deletions
|
@ -21,6 +21,7 @@ macro(qbt_common_config)
|
|||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
QT_NO_CAST_FROM_BYTEARRAY
|
||||
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||
QT_USE_QSTRINGBUILDER
|
||||
QT_STRICT_ITERATORS
|
||||
$<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG_OUTPUT>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue