mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
build fix QDataStream test case
only that test case and QVariant::save() were using the char* operators of QDataStream Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
35f05e0d94
commit
e9f970bbd2
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ void tst_QDataStream::stream_writeError()
|
|||
TEST_WRITE_ERROR(<< (quint32)1)
|
||||
TEST_WRITE_ERROR(<< (qint64)1)
|
||||
TEST_WRITE_ERROR(<< (quint64)1)
|
||||
TEST_WRITE_ERROR(<< "hello")
|
||||
TEST_WRITE_ERROR(<< QByteArray("hello"))
|
||||
TEST_WRITE_ERROR(<< (float)1.0)
|
||||
TEST_WRITE_ERROR(<< (double)1.0)
|
||||
TEST_WRITE_ERROR(.writeRawData("test", 4))
|
||||
|
|
Loading…
Add table
Reference in a new issue