revert unrelated change
This commit is contained in:
parent
a25a06b6fa
commit
926f2136e8
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ void ModelTest::data()
|
|||
// Check that the alignment is one we know about
|
||||
QVariant textAlignmentVariant = model->data ( model->index ( 0, 0 ), Qt::TextAlignmentRole );
|
||||
if ( textAlignmentVariant.isValid() ) {
|
||||
unsigned int alignment = textAlignmentVariant.toInt();
|
||||
int alignment = textAlignmentVariant.toInt();
|
||||
QCOMPARE( alignment, ( alignment & ( Qt::AlignHorizontal_Mask | Qt::AlignVertical_Mask ) ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue