summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/inputpage.ui.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-09-06 06:56:27 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-09-06 06:56:27 +0000
commit23ef3b04ebfc0c7a87800b4ff09444c854e31fdb (patch)
tree5a3509a5de492bf13e8f9dfb96b0cbaaa72dc6d0 /tests/auto/tools/uic/baseline/inputpage.ui.h
parentbeaa792e2021aad52ecd98a0e0f0f48571069dba (diff)
parentd892e6f721b0163dfb2f2ecf79d80ba62304a542 (diff)
Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8
Diffstat (limited to 'tests/auto/tools/uic/baseline/inputpage.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/inputpage.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/tools/uic/baseline/inputpage.ui.h b/tests/auto/tools/uic/baseline/inputpage.ui.h
index b064f94c20..ad97dfcf85 100644
--- a/tests/auto/tools/uic/baseline/inputpage.ui.h
+++ b/tests/auto/tools/uic/baseline/inputpage.ui.h
@@ -84,9 +84,9 @@ public:
void retranslateUi(QWidget *InputPage)
{
- InputPage->setWindowTitle(QApplication::translate("InputPage", "Form", 0));
- label->setText(QApplication::translate("InputPage", "File name:", 0));
- browseButton->setText(QApplication::translate("InputPage", "...", 0));
+ InputPage->setWindowTitle(QApplication::translate("InputPage", "Form", Q_NULLPTR));
+ label->setText(QApplication::translate("InputPage", "File name:", Q_NULLPTR));
+ browseButton->setText(QApplication::translate("InputPage", "...", Q_NULLPTR));
} // retranslateUi
};