Fix borked imports

This commit is contained in:
Anton Thomasson 2019-12-17 21:10:05 +01:00
parent 45230e7f97
commit d355b41777
5 changed files with 6 additions and 6 deletions

View file

@ -54,7 +54,7 @@ Page {
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeLarge font.pixelSize: Theme.fontSizeLarge
color: Theme.highlightColor color: Theme.highlightColor
text: "SeaPrint 0.3-1" text: "SeaPrint 0.3-3"
} }
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall

View file

@ -85,7 +85,7 @@ Page {
console.log("handling", tag, name, prettyName, JSON.stringify(printer.attrs[name+"-supported"]), JSON.stringify(printer.attrs[name+"-default"])) console.log("handling", tag, name, prettyName, JSON.stringify(printer.attrs[name+"-supported"]), JSON.stringify(printer.attrs[name+"-default"]))
switch(tag) { switch(tag) {
case 0x21: case 0x21:
loader.setSource("IntegerSetting.qml", loader.setSource("../components/IntegerSetting.qml",
{name: name, {name: name,
prettyName: prettyName, prettyName: prettyName,
tag: tag, tag: tag,
@ -95,7 +95,7 @@ Page {
}) })
break break
case 0x33: case 0x33:
loader.setSource("RangeSetting.qml", loader.setSource("../components/RangeSetting.qml",
{name: name, {name: name,
prettyName: prettyName, prettyName: prettyName,
valid: false, //TODO valid: false, //TODO
@ -104,7 +104,7 @@ Page {
break break
case 0x32: case 0x32:
case 0x23: case 0x23:
loader.setSource("ChoiceSetting.qml", loader.setSource("../components/ChoiceSetting.qml",
{name: name, {name: name,
prettyName: prettyName, prettyName: prettyName,
tag: tag, tag: tag,

View file

@ -10,7 +10,7 @@ Name: harbour-seaprint
Summary: SeaPrint Summary: SeaPrint
Version: 0.3 Version: 0.3
Release: 2 Release: 3
Group: Qt/Qt Group: Qt/Qt
License: LICENSE License: LICENSE
URL: http://example.org/ URL: http://example.org/

View file

@ -1,7 +1,7 @@
Name: harbour-seaprint Name: harbour-seaprint
Summary: SeaPrint Summary: SeaPrint
Version: 0.3 Version: 0.3
Release: 2 Release: 3
# The contents of the Group field should be one of the groups listed here: # The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Qt/Qt Group: Qt/Qt