Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit fe0d532

Browse files
committed
20190922
1 parent 87b03bb commit fe0d532

File tree

7 files changed

+7
-16
lines changed

7 files changed

+7
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
config-pri.hash=34ECD7D9947440ACBE2A70C093F15C30
1+
config-pri.hash=3AFABF6FED6733B3C56A85D54BBB6B85
22
config-pri.version=2.0
33
eclipse.preferences.version=1

ONE3/assets/main.qml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ TabbedPane {
108108
}
109109
}
110110
}
111-
Tab { //音乐 tab
111+
/* Tab { //音乐 tab
112112
title: qsTr("Music") + Retranslate.onLocaleOrLanguageChanged
113113
imageSource: "asset:///icon/ic_doctype_music.png"
114114
property alias nav: nav_music
@@ -128,7 +128,7 @@ TabbedPane {
128128
property variant audiomgr: mpcontroller
129129
}
130130
}
131-
/* Tab { //电影 tab
131+
Tab { //电影 tab
132132
title: qsTr("Movie") + Retranslate.onLocaleOrLanguageChanged
133133
imageSource: "asset:///icon/ic_doctype_video.png"
134134
property alias nav: nav_movie

ONE3/bar-descriptor.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
5757
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
5858
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
59-
<versionNumber>2.0.18</versionNumber>
59+
<versionNumber>2.0.19</versionNumber>
6060

6161
<!-- Fourth digit segment of the package version. First three segments are taken from the
6262
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
@@ -85,7 +85,7 @@
8585
</splashScreens>
8686
<authorId>gYAAgMy-I-SFJtVvioZxVXYQjhA</authorId>
8787
<author>anpho</author>
88-
<buildId>1230</buildId>
88+
<buildId>922</buildId>
8989

9090
<!-- Unique author ID assigned by signing authority. Required if using debug tokens. -->
9191
<!-- <authorId>ABC1234YjsnUk235h</authorId> -->

ONE3/config.pri

-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ config_pri_source_group1 {
119119
$$quote($$BASEDIR/src/applicationui.hpp)
120120
}
121121

122-
INCLUDEPATH += $$quote($$BASEDIR/src)
123-
124122
CONFIG += precompile_header
125123

126124
PRECOMPILED_HEADER = $$quote($$BASEDIR/precompiled.h)

ONE3/translations/ONE3.ts

-5
Original file line numberDiff line numberDiff line change
@@ -753,10 +753,5 @@
753753
<source>Articles</source>
754754
<translation type="unfinished"></translation>
755755
</message>
756-
<message>
757-
<location filename="../assets/main.qml" line="112"/>
758-
<source>Music</source>
759-
<translation type="unfinished"></translation>
760-
</message>
761756
</context>
762757
</TS>

ONE3/translations/ONE3_zh_CN.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,8 @@
800800
<translation>阅读</translation>
801801
</message>
802802
<message>
803-
<location filename="../assets/main.qml" line="112"/>
804803
<source>Music</source>
805-
<translation>音乐</translation>
804+
<translation type="obsolete">音乐</translation>
806805
</message>
807806
<message>
808807
<source>Movie</source>

ONE3/translations/ONE3_zh_TW.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,8 @@
761761
<translation type="unfinished">閱讀</translation>
762762
</message>
763763
<message>
764-
<location filename="../assets/main.qml" line="112"/>
765764
<source>Music</source>
766-
<translation type="unfinished">音樂</translation>
765+
<translation type="obsolete">音樂</translation>
767766
</message>
768767
<message>
769768
<source>Movie</source>

0 commit comments

Comments
 (0)