diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-12 07:32:54 (GMT) |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-12 07:39:26 (GMT) |
| commit | 7a9c6609630ad22109a67c9d504a6458080988b9 (patch) | |
| tree | 103838dca3440f411f077ad36aa2082e266753ba /tests/auto/qsqldatabase/tst_qsqldatabase.cpp | |
| parent | 9ac204ab8a6042ee95f5d6e13c3819b584c14fd7 (diff) | |
| download | Qt-7a9c6609630ad22109a67c9d504a6458080988b9.zip Qt-7a9c6609630ad22109a67c9d504a6458080988b9.tar.gz Qt-7a9c6609630ad22109a67c9d504a6458080988b9.tar.bz2 | |
Fix compilation on 64-bit machines.
On 64-bit machines the construction of QVariant from intptr_t is
ambigious as it could be void* or ulonglong. The documentation for
the debugger extension on the other hand is clear that it should be a
qint64. An explicit construction of a qint64 fixes it.
Reviewed-by: Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
Diffstat (limited to 'tests/auto/qsqldatabase/tst_qsqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions
