summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/addtorrentform.ui.h
diff options
context:
space:
mode:
authorDyami Caliri <dyami@dragonframe.com>2016-08-16 20:52:14 -0700
committerMarc Mutz <marc.mutz@kdab.com>2016-09-03 05:07:50 +0000
commit816a6238761810c28a991a959ea61a834de2a2a5 (patch)
tree14f25fc6565dde3a9b235987b59b21dcaf9abb57 /tests/auto/tools/uic/baseline/addtorrentform.ui.h
parent4e53159d431e39c03488517588669ae2cc9052d1 (diff)
uic: generate translate calls with Q_NULLPTR instead of 0
uic should use Q_NULLPTR instead of 0 as the default disambiguation context. Task-number: QTBUG-45291 Change-Id: I889182c7fe1c4be3336f3cd645aa60838863c633 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
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 5aca0c4e47..9d40907ad2 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", 0));
- groupBox->setTitle(QApplication::translate("AddTorrentFile", "Select a torrent source", 0));
- label_4->setText(QApplication::translate("AddTorrentFile", "Destination:", 0));
- label_2->setText(QApplication::translate("AddTorrentFile", "Tracker URL:", 0));
- browseTorrents->setText(QApplication::translate("AddTorrentFile", "Browse", 0));
- label_5->setText(QApplication::translate("AddTorrentFile", "File(s):", 0));
- label_3->setText(QApplication::translate("AddTorrentFile", "Size:", 0));
- label_6->setText(QApplication::translate("AddTorrentFile", "Creator:", 0));
- announceUrl->setText(QApplication::translate("AddTorrentFile", "<none>", 0));
- label->setText(QApplication::translate("AddTorrentFile", "Torrent file:", 0));
- browseDestination->setText(QApplication::translate("AddTorrentFile", "Browse", 0));
- label_7->setText(QApplication::translate("AddTorrentFile", "Comment:", 0));
- commentLabel->setText(QApplication::translate("AddTorrentFile", "<none>", 0));
- creatorLabel->setText(QApplication::translate("AddTorrentFile", "<none>", 0));
- sizeLabel->setText(QApplication::translate("AddTorrentFile", "0", 0));
- okButton->setText(QApplication::translate("AddTorrentFile", "&OK", 0));
- cancelButton->setText(QApplication::translate("AddTorrentFile", "&Cancel", 0));
+ 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));
} // retranslateUi
};