Don't use RefCount int operators
The previous patch missed this, which was hidden inside #ifdefs. Change-Id: Iba1417d4191b6931afb549022768f3e3a2cf727d Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
parent
3249aab539
commit
3224002273
@ -5120,7 +5120,7 @@ void tst_QString::literals()
|
||||
|
||||
QVERIFY(str.length() == 4);
|
||||
QVERIFY(str == QLatin1String("abcd"));
|
||||
QVERIFY(str.data_ptr()->ref == -1);
|
||||
QVERIFY(str.data_ptr()->ref.isStatic());
|
||||
QVERIFY(str.data_ptr()->offset == 0);
|
||||
|
||||
const QChar *s = str.constData();
|
||||
|
Loading…
Reference in New Issue
Block a user