tst_QStringApiSymmetry: fix -Wunused-parameter
Amends 5fc1e9fa0c1925654412af5bf46ff95da99bc190. Pick-to: 6.9 6.8 6.5 Change-Id: I399c74874e7824ac32c76f8b093123bd8ba07fdd Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
a43453d9a2
commit
871564434c
@ -1377,7 +1377,7 @@ template <typename T> constexpr bool is_null(const T &str)
|
|||||||
else
|
else
|
||||||
return str.isNull();
|
return str.isNull();
|
||||||
}
|
}
|
||||||
template <> constexpr bool is_null(const char &str) { return false; }
|
template <> constexpr bool is_null(const char &) { return false; }
|
||||||
|
|
||||||
} // namespace help
|
} // namespace help
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user