summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/tetrixwindow.ui.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-09-05 18:47:27 +0200
committerLiang Qi <liang.qi@qt.io>2016-09-05 18:47:27 +0200
commitd892e6f721b0163dfb2f2ecf79d80ba62304a542 (patch)
treeccc1de7ece77bca11b20b3335126c337720d5e54 /tests/auto/tools/uic/baseline/tetrixwindow.ui.h
parent2997a60e1eaf0efbeb22516ae184fa93f278fec5 (diff)
parent657c2bfbeceda3faa2c7a76b4ccec6a65a3445a2 (diff)
Merge remote-tracking branch 'origin/5.7' into 5.8
Conflicts: mkspecs/features/qt_common.prf src/plugins/platforms/windows/qwindowsdialoghelpers.cpp Change-Id: I03b92b6b89ecc5a8db7c95f04ebb92ed198098a8
Diffstat (limited to 'tests/auto/tools/uic/baseline/tetrixwindow.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/tetrixwindow.ui.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/tools/uic/baseline/tetrixwindow.ui.h b/tests/auto/tools/uic/baseline/tetrixwindow.ui.h
index 0f945fab35..f3ec6d6fc9 100644
--- a/tests/auto/tools/uic/baseline/tetrixwindow.ui.h
+++ b/tests/auto/tools/uic/baseline/tetrixwindow.ui.h
@@ -150,15 +150,15 @@ public:
void retranslateUi(QWidget *TetrixWindow)
{
- TetrixWindow->setWindowTitle(QApplication::translate("TetrixWindow", "Tetrix", 0));
- startButton->setText(QApplication::translate("TetrixWindow", "&Start", 0));
- linesRemovedLabel->setText(QApplication::translate("TetrixWindow", "LINES REMOVED", 0));
- pauseButton->setText(QApplication::translate("TetrixWindow", "&Pause", 0));
- levelLabel->setText(QApplication::translate("TetrixWindow", "LEVEL", 0));
- nextLabel->setText(QApplication::translate("TetrixWindow", "NEXT", 0));
- scoreLabel->setText(QApplication::translate("TetrixWindow", "SCORE", 0));
+ TetrixWindow->setWindowTitle(QApplication::translate("TetrixWindow", "Tetrix", Q_NULLPTR));
+ startButton->setText(QApplication::translate("TetrixWindow", "&Start", Q_NULLPTR));
+ linesRemovedLabel->setText(QApplication::translate("TetrixWindow", "LINES REMOVED", Q_NULLPTR));
+ pauseButton->setText(QApplication::translate("TetrixWindow", "&Pause", Q_NULLPTR));
+ levelLabel->setText(QApplication::translate("TetrixWindow", "LEVEL", Q_NULLPTR));
+ nextLabel->setText(QApplication::translate("TetrixWindow", "NEXT", Q_NULLPTR));
+ scoreLabel->setText(QApplication::translate("TetrixWindow", "SCORE", Q_NULLPTR));
nextPieceLabel->setText(QString());
- quitButton->setText(QApplication::translate("TetrixWindow", "&Quit", 0));
+ quitButton->setText(QApplication::translate("TetrixWindow", "&Quit", Q_NULLPTR));
} // retranslateUi
};