summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/embeddeddialog.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/embeddeddialog.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/embeddeddialog.ui.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/tools/uic/baseline/embeddeddialog.ui.h b/tests/auto/tools/uic/baseline/embeddeddialog.ui.h
index 446c5d54ff..554c5d754c 100644
--- a/tests/auto/tools/uic/baseline/embeddeddialog.ui.h
+++ b/tests/auto/tools/uic/baseline/embeddeddialog.ui.h
@@ -100,14 +100,14 @@ public:
void retranslateUi(QDialog *embeddedDialog)
{
- embeddedDialog->setWindowTitle(QApplication::translate("embeddedDialog", "Embedded Dialog", Q_NULLPTR));
- label->setText(QApplication::translate("embeddedDialog", "Layout Direction:", Q_NULLPTR));
- layoutDirection->setItemText(0, QApplication::translate("embeddedDialog", "Left to Right", Q_NULLPTR));
- layoutDirection->setItemText(1, QApplication::translate("embeddedDialog", "Right to Left", Q_NULLPTR));
-
- label_2->setText(QApplication::translate("embeddedDialog", "Select Font:", Q_NULLPTR));
- label_3->setText(QApplication::translate("embeddedDialog", "Style:", Q_NULLPTR));
- label_4->setText(QApplication::translate("embeddedDialog", "Layout spacing:", Q_NULLPTR));
+ embeddedDialog->setWindowTitle(QApplication::translate("embeddedDialog", "Embedded Dialog", nullptr));
+ label->setText(QApplication::translate("embeddedDialog", "Layout Direction:", nullptr));
+ layoutDirection->setItemText(0, QApplication::translate("embeddedDialog", "Left to Right", nullptr));
+ layoutDirection->setItemText(1, QApplication::translate("embeddedDialog", "Right to Left", nullptr));
+
+ label_2->setText(QApplication::translate("embeddedDialog", "Select Font:", nullptr));
+ label_3->setText(QApplication::translate("embeddedDialog", "Style:", nullptr));
+ label_4->setText(QApplication::translate("embeddedDialog", "Layout spacing:", nullptr));
} // retranslateUi
};