summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/generalpage.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/generalpage.ui.h
parentb5d471d0c23128528a0aa33ed5172bb1bab05bb1 (diff)
parent4fa90c1757c15425d5e0df1a4f5dbc7e77c265f8 (diff)
Merge dev into 5.10
Diffstat (limited to 'tests/auto/tools/uic/baseline/generalpage.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/generalpage.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/tools/uic/baseline/generalpage.ui.h b/tests/auto/tools/uic/baseline/generalpage.ui.h
index 6cdc6f812e..3c36c75bfa 100644
--- a/tests/auto/tools/uic/baseline/generalpage.ui.h
+++ b/tests/auto/tools/uic/baseline/generalpage.ui.h
@@ -76,9 +76,9 @@ public:
void retranslateUi(QWidget *GeneralPage)
{
- GeneralPage->setWindowTitle(QApplication::translate("GeneralPage", "Form", Q_NULLPTR));
- label->setText(QApplication::translate("GeneralPage", "Namespace:", Q_NULLPTR));
- label_2->setText(QApplication::translate("GeneralPage", "Virtual Folder:", Q_NULLPTR));
+ GeneralPage->setWindowTitle(QApplication::translate("GeneralPage", "Form", nullptr));
+ label->setText(QApplication::translate("GeneralPage", "Namespace:", nullptr));
+ label_2->setText(QApplication::translate("GeneralPage", "Virtual Folder:", nullptr));
} // retranslateUi
};