Commit 5bdcfd5
committed
FwdSqlQuery: Add FwdSqlQuery::bindValue(const QString&, int) overload to resolve conflicts
This prevents pQuery->bindValue(":position", 1) from causing a compile-time
error, as the compiler cannot decide between QVariant(int) and DbId(int)
(even though the later is deleted).1 parent 17be527 commit 5bdcfd5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
0 commit comments