Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Oct 8, 2015
1 parent e0b59a0 commit 7f53318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions carrier
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
302
640
4
10.3.2.2339
1
310
200
0
10.3.2.2789
10
6 changes: 3 additions & 3 deletions qml/generic/Search.qml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Item {
TextCouple {
id: country
type: qsTr("Country") + translator.lang
value: "311"
value: "310"
subtext: carrierinfo.country
restrictions: Qt.ImhDigitsOnly | Qt.ImhNoPredictiveText
maxLength: 3
Expand All @@ -209,7 +209,7 @@ Item {
TextCouple {
id: carrier
type: qsTr("Carrier") + translator.lang
value: "480"
value: "200"
subtext: carrierinfo.carrier
restrictions: Qt.ImhDigitsOnly | Qt.ImhNoPredictiveText
maxLength: 3
Expand Down Expand Up @@ -264,7 +264,7 @@ Item {
for (var i = 0; i < p.variantCount(selectedItem); i++)
variantModel.append({ 'text': p.nameFromVariant(selectedItem, i)})

variant.selectedItem = 0;
variant.selectedItem = 10;
}
}
property bool advanced: settings.advanced
Expand Down

0 comments on commit 7f53318

Please sign in to comment.