This repository was archived by the owner on Dec 15, 2021. It is now read-only.
Commit fe0d532 1 parent 87b03bb commit fe0d532 Copy full SHA for fe0d532
File tree 7 files changed +7
-16
lines changed
7 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
- config-pri.hash =34ECD7D9947440ACBE2A70C093F15C30
1
+ config-pri.hash =3AFABF6FED6733B3C56A85D54BBB6B85
2
2
config-pri.version =2.0
3
3
eclipse.preferences.version =1
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ TabbedPane {
108
108
}
109
109
}
110
110
}
111
- Tab { // 音乐 tab
111
+ /* Tab { //音乐 tab
112
112
title: qsTr("Music") + Retranslate.onLocaleOrLanguageChanged
113
113
imageSource: "asset:///icon/ic_doctype_music.png"
114
114
property alias nav: nav_music
@@ -128,7 +128,7 @@ TabbedPane {
128
128
property variant audiomgr: mpcontroller
129
129
}
130
130
}
131
- /* Tab { //电影 tab
131
+ Tab { //电影 tab
132
132
title: qsTr("Movie") + Retranslate.onLocaleOrLanguageChanged
133
133
imageSource: "asset:///icon/ic_doctype_video.png"
134
134
property alias nav: nav_movie
Original file line number Diff line number Diff line change 56
56
<!-- 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.
57
57
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
58
58
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 >
60
60
61
61
<!-- Fourth digit segment of the package version. First three segments are taken from the
62
62
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
85
85
</splashScreens >
86
86
<authorId >gYAAgMy-I-SFJtVvioZxVXYQjhA</authorId >
87
87
<author >anpho</author >
88
- <buildId >1230 </buildId >
88
+ <buildId >922 </buildId >
89
89
90
90
<!-- Unique author ID assigned by signing authority. Required if using debug tokens. -->
91
91
<!-- <authorId>ABC1234YjsnUk235h</authorId> -->
Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ config_pri_source_group1 {
119
119
$$quote ($$BASEDIR /src/applicationui.hpp )
120
120
}
121
121
122
- INCLUDEPATH += $$quote ($$BASEDIR /src )
123
-
124
122
CONFIG += precompile_header
125
123
126
124
PRECOMPILED_HEADER = $$quote ($$BASEDIR /precompiled.h )
Original file line number Diff line number Diff line change 753
753
<source >Articles</source >
754
754
<translation type =" unfinished" ></translation >
755
755
</message >
756
- <message >
757
- <location filename =" ../assets/main.qml" line =" 112" />
758
- <source >Music</source >
759
- <translation type =" unfinished" ></translation >
760
- </message >
761
756
</context >
762
757
</TS >
Original file line number Diff line number Diff line change 800
800
<translation >阅读</translation >
801
801
</message >
802
802
<message >
803
- <location filename =" ../assets/main.qml" line =" 112" />
804
803
<source >Music</source >
805
- <translation >音乐</translation >
804
+ <translation type = " obsolete " >音乐</translation >
806
805
</message >
807
806
<message >
808
807
<source >Movie</source >
Original file line number Diff line number Diff line change 761
761
<translation type =" unfinished" >閱讀</translation >
762
762
</message >
763
763
<message >
764
- <location filename =" ../assets/main.qml" line =" 112" />
765
764
<source >Music</source >
766
- <translation type =" unfinished " >音樂</translation >
765
+ <translation type =" obsolete " >音樂</translation >
767
766
</message >
768
767
<message >
769
768
<source >Movie</source >
You can’t perform that action at this time.
0 commit comments