summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/addtorrentform.ui.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2017-08-28 17:42:50 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2017-08-28 15:25:07 +0000
commitd61e61fa1a98fca48e35338a5672f586a1d31143 (patch)
tree1bf9550aec2da3705a7ad6e8f83b857e28cec8af /tests/auto/tools/uic/baseline/addtorrentform.ui.h
parenteeaaac8f0e18680f80a142492675fa90a743f4ec (diff)
uic: Use nullptr instead of Q_NULLPTR in generated code
nullptr can be used directly in the Qt code since Qt 5.7. Use it in generated code for consistency. Change-Id: I249aeaf0a39b46ce1106b29d3ea4569a399908b7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'tests/auto/tools/uic/baseline/addtorrentform.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/addtorrentform.ui.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/auto/tools/uic/baseline/addtorrentform.ui.h b/tests/auto/tools/uic/baseline/addtorrentform.ui.h
index 9d40907ad2..521a76847b 100644
--- a/tests/auto/tools/uic/baseline/addtorrentform.ui.h
+++ b/tests/auto/tools/uic/baseline/addtorrentform.ui.h
@@ -212,23 +212,23 @@ public:
void retranslateUi(QDialog *AddTorrentFile)
{
- AddTorrentFile->setWindowTitle(QApplication::translate("AddTorrentFile", "Add a torrent", Q_NULLPTR));
- groupBox->setTitle(QApplication::translate("AddTorrentFile", "Select a torrent source", Q_NULLPTR));
- label_4->setText(QApplication::translate("AddTorrentFile", "Destination:", Q_NULLPTR));
- label_2->setText(QApplication::translate("AddTorrentFile", "Tracker URL:", Q_NULLPTR));
- browseTorrents->setText(QApplication::translate("AddTorrentFile", "Browse", Q_NULLPTR));
- label_5->setText(QApplication::translate("AddTorrentFile", "File(s):", Q_NULLPTR));
- label_3->setText(QApplication::translate("AddTorrentFile", "Size:", Q_NULLPTR));
- label_6->setText(QApplication::translate("AddTorrentFile", "Creator:", Q_NULLPTR));
- announceUrl->setText(QApplication::translate("AddTorrentFile", "<none>", Q_NULLPTR));
- label->setText(QApplication::translate("AddTorrentFile", "Torrent file:", Q_NULLPTR));
- browseDestination->setText(QApplication::translate("AddTorrentFile", "Browse", Q_NULLPTR));
- label_7->setText(QApplication::translate("AddTorrentFile", "Comment:", Q_NULLPTR));
- commentLabel->setText(QApplication::translate("AddTorrentFile", "<none>", Q_NULLPTR));
- creatorLabel->setText(QApplication::translate("AddTorrentFile", "<none>", Q_NULLPTR));
- sizeLabel->setText(QApplication::translate("AddTorrentFile", "0", Q_NULLPTR));
- okButton->setText(QApplication::translate("AddTorrentFile", "&OK", Q_NULLPTR));
- cancelButton->setText(QApplication::translate("AddTorrentFile", "&Cancel", Q_NULLPTR));
+ AddTorrentFile->setWindowTitle(QApplication::translate("AddTorrentFile", "Add a torrent", nullptr));
+ groupBox->setTitle(QApplication::translate("AddTorrentFile", "Select a torrent source", nullptr));
+ label_4->setText(QApplication::translate("AddTorrentFile", "Destination:", nullptr));
+ label_2->setText(QApplication::translate("AddTorrentFile", "Tracker URL:", nullptr));
+ browseTorrents->setText(QApplication::translate("AddTorrentFile", "Browse", nullptr));
+ label_5->setText(QApplication::translate("AddTorrentFile", "File(s):", nullptr));
+ label_3->setText(QApplication::translate("AddTorrentFile", "Size:", nullptr));
+ label_6->setText(QApplication::translate("AddTorrentFile", "Creator:", nullptr));
+ announceUrl->setText(QApplication::translate("AddTorrentFile", "<none>", nullptr));
+ label->setText(QApplication::translate("AddTorrentFile", "Torrent file:", nullptr));
+ browseDestination->setText(QApplication::translate("AddTorrentFile", "Browse", nullptr));
+ label_7->setText(QApplication::translate("AddTorrentFile", "Comment:", nullptr));
+ commentLabel->setText(QApplication::translate("AddTorrentFile", "<none>", nullptr));
+ creatorLabel->setText(QApplication::translate("AddTorrentFile", "<none>", nullptr));
+ sizeLabel->setText(QApplication::translate("AddTorrentFile", "0", nullptr));
+ okButton->setText(QApplication::translate("AddTorrentFile", "&OK", nullptr));
+ cancelButton->setText(QApplication::translate("AddTorrentFile", "&Cancel", nullptr));
} // retranslateUi
};