summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/addtorrentform.ui.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-05-17 02:37:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-18 22:38:55 +0200
commit7968543bb0308395226a8847274dc3b836dd7b87 (patch)
tree9e449b49d0e2f271bdad50008954d735711a1606 /tests/auto/tools/uic/baseline/addtorrentform.ui.h
parent8df298665a1e637ab6d26d5fcc447d5502afe31a (diff)
Don't use the deprecated translate() method anymore
The Encoding argument of QCoreApplication::translate() is deprecated and source code is always assumed to be encoded in Utf8. Simply remove the encoding argument from the generated .ui.h files. Change-Id: If6c40f6df13abd45a0303c863077972c3d1fb685 Reviewed-by: Thiago Macieira <thiago.macieira@intel.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 dfca1699ae..acf2366d76 100644
--- a/tests/auto/tools/uic/baseline/addtorrentform.ui.h
+++ b/tests/auto/tools/uic/baseline/addtorrentform.ui.h
@@ -211,23 +211,23 @@ public:
void retranslateUi(QDialog *AddTorrentFile)
{
- AddTorrentFile->setWindowTitle(QApplication::translate("AddTorrentFile", "Add a torrent", 0, QApplication::UnicodeUTF8));
- groupBox->setTitle(QApplication::translate("AddTorrentFile", "Select a torrent source", 0, QApplication::UnicodeUTF8));
- label_4->setText(QApplication::translate("AddTorrentFile", "Destination:", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("AddTorrentFile", "Tracker URL:", 0, QApplication::UnicodeUTF8));
- browseTorrents->setText(QApplication::translate("AddTorrentFile", "Browse", 0, QApplication::UnicodeUTF8));
- label_5->setText(QApplication::translate("AddTorrentFile", "File(s):", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("AddTorrentFile", "Size:", 0, QApplication::UnicodeUTF8));
- label_6->setText(QApplication::translate("AddTorrentFile", "Creator:", 0, QApplication::UnicodeUTF8));
- announceUrl->setText(QApplication::translate("AddTorrentFile", "<none>", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("AddTorrentFile", "Torrent file:", 0, QApplication::UnicodeUTF8));
- browseDestination->setText(QApplication::translate("AddTorrentFile", "Browse", 0, QApplication::UnicodeUTF8));
- label_7->setText(QApplication::translate("AddTorrentFile", "Comment:", 0, QApplication::UnicodeUTF8));
- commentLabel->setText(QApplication::translate("AddTorrentFile", "<none>", 0, QApplication::UnicodeUTF8));
- creatorLabel->setText(QApplication::translate("AddTorrentFile", "<none>", 0, QApplication::UnicodeUTF8));
- sizeLabel->setText(QApplication::translate("AddTorrentFile", "0", 0, QApplication::UnicodeUTF8));
- okButton->setText(QApplication::translate("AddTorrentFile", "&OK", 0, QApplication::UnicodeUTF8));
- cancelButton->setText(QApplication::translate("AddTorrentFile", "&Cancel", 0, QApplication::UnicodeUTF8));
+ 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));
} // retranslateUi
};