tst_qchar: Silence deprecation warning
Change-Id: I248d815862a4172ceae6ba45391cba0a30b8e1ae Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
parent
c1093e2d2a
commit
6aa2d49d5f
@ -72,6 +72,9 @@ private slots:
|
||||
void unicodeVersion();
|
||||
};
|
||||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
|
||||
void tst_QChar::operator_eqeq_int()
|
||||
{
|
||||
{
|
||||
@ -96,6 +99,8 @@ void tst_QChar::operator_eqeq_int()
|
||||
}
|
||||
}
|
||||
|
||||
QT_WARNING_POP
|
||||
|
||||
void tst_QChar::operators_data()
|
||||
{
|
||||
QTest::addColumn<QChar>("lhs");
|
||||
|
Loading…
Reference in New Issue
Block a user