tst_QDialogButtonBox: fix typos
Change-Id: Iaf1b0ec47894cce7c5be702b2fad3106249cffd2 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>bb10
parent
e1cbc8c68f
commit
6f08748ec8
|
|
@ -70,8 +70,8 @@ public slots:
|
|||
private slots:
|
||||
void standardButtons();
|
||||
void testConstructor1();
|
||||
void testConstrurtor2();
|
||||
void testConstrurtor2_data();
|
||||
void testConstructor2();
|
||||
void testConstructor2_data();
|
||||
void testConstructor3();
|
||||
void testConstructor3_data();
|
||||
void setOrientation_data();
|
||||
|
|
@ -148,7 +148,7 @@ void tst_QDialogButtonBox::layoutReuse()
|
|||
delete box;
|
||||
}
|
||||
|
||||
void tst_QDialogButtonBox::testConstrurtor2_data()
|
||||
void tst_QDialogButtonBox::testConstructor2_data()
|
||||
{
|
||||
QTest::addColumn<int>("orientation");
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ void tst_QDialogButtonBox::testConstrurtor2_data()
|
|||
QTest::newRow("vertical") << int(Qt::Vertical);
|
||||
}
|
||||
|
||||
void tst_QDialogButtonBox::testConstrurtor2()
|
||||
void tst_QDialogButtonBox::testConstructor2()
|
||||
{
|
||||
QFETCH(int, orientation);
|
||||
Qt::Orientation orient = Qt::Orientation(orientation);
|
||||
|
|
|
|||
Loading…
Reference in New Issue