Improve bid information display.

This commit is contained in:
John Preston
2025-11-20 14:13:43 +04:00
parent f15b883471
commit 233f6ed13b
5 changed files with 76 additions and 63 deletions

View File

@@ -38,6 +38,9 @@ namespace tr {
namespace details {
struct MarkedProjection {
[[nodiscard]] TextWithEntities operator()() const {
return {};
}
[[nodiscard]] TextWithEntities operator()(const QString &value) const {
return TextWithEntities{ value };
}