forked from qt-creator/qt-creator
i18n: tr()-Fixes.
This commit is contained in:
@@ -44,6 +44,7 @@ struct FileShareProtocolSettings;
|
||||
|
||||
class FileShareProtocol : public Protocol
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(FileShareProtocol)
|
||||
public:
|
||||
FileShareProtocol();
|
||||
|
@@ -41,6 +41,7 @@ class MaemoPackageCreationStep;
|
||||
|
||||
class MaemoPackageContents : public QAbstractTableModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
struct Deployable
|
||||
{
|
||||
|
@@ -16,18 +16,17 @@
|
||||
<verstretch>1</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="contentsLabel">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Package contents:</span></p></body></html></string>
|
||||
<string>Package contents:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user