summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/bookwindow.ui.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2017-09-02 10:27:08 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2017-09-02 10:27:09 +0200
commit9831118378c5d489f76089011277a1b7234a8d68 (patch)
treea67e82fde179fa727172fff9098758d60912189d /tests/auto/tools/uic/baseline/bookwindow.ui.h
parentb5d471d0c23128528a0aa33ed5172bb1bab05bb1 (diff)
parent4fa90c1757c15425d5e0df1a4f5dbc7e77c265f8 (diff)
Merge dev into 5.10
Diffstat (limited to 'tests/auto/tools/uic/baseline/bookwindow.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/bookwindow.ui.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/tools/uic/baseline/bookwindow.ui.h b/tests/auto/tools/uic/baseline/bookwindow.ui.h
index 57ac4b3bdd..daf441e5d9 100644
--- a/tests/auto/tools/uic/baseline/bookwindow.ui.h
+++ b/tests/auto/tools/uic/baseline/bookwindow.ui.h
@@ -159,15 +159,15 @@ public:
void retranslateUi(QMainWindow *BookWindow)
{
- BookWindow->setWindowTitle(QApplication::translate("BookWindow", "Books", Q_NULLPTR));
- groupBox->setTitle(QApplication::translate("BookWindow", "Books", Q_NULLPTR));
- groupBox_2->setTitle(QApplication::translate("BookWindow", "Details", Q_NULLPTR));
- label_5->setText(QApplication::translate("BookWindow", "<b>Title:</b>", Q_NULLPTR));
- label_2_2_2_2->setText(QApplication::translate("BookWindow", "<b>Author: </b>", Q_NULLPTR));
- label_3->setText(QApplication::translate("BookWindow", "<b>Genre:</b>", Q_NULLPTR));
- label_4->setText(QApplication::translate("BookWindow", "<b>Year:</b>", Q_NULLPTR));
+ BookWindow->setWindowTitle(QApplication::translate("BookWindow", "Books", nullptr));
+ groupBox->setTitle(QApplication::translate("BookWindow", "Books", nullptr));
+ groupBox_2->setTitle(QApplication::translate("BookWindow", "Details", nullptr));
+ label_5->setText(QApplication::translate("BookWindow", "<b>Title:</b>", nullptr));
+ label_2_2_2_2->setText(QApplication::translate("BookWindow", "<b>Author: </b>", nullptr));
+ label_3->setText(QApplication::translate("BookWindow", "<b>Genre:</b>", nullptr));
+ label_4->setText(QApplication::translate("BookWindow", "<b>Year:</b>", nullptr));
yearEdit->setPrefix(QString());
- label->setText(QApplication::translate("BookWindow", "<b>Rating:</b>", Q_NULLPTR));
+ label->setText(QApplication::translate("BookWindow", "<b>Rating:</b>", nullptr));
} // retranslateUi
};