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 {
font.pixelSize: Theme.fontSizeLarge
color: Theme.highlightColor
text: "SeaPrint 0.3-1"
text: "SeaPrint 0.3-3"
}
AboutLabel {
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"]))
switch(tag) {
case 0x21:
loader.setSource("IntegerSetting.qml",
loader.setSource("../components/IntegerSetting.qml",
{name: name,
prettyName: prettyName,
tag: tag,
@ -95,7 +95,7 @@ Page {
})
break
case 0x33:
loader.setSource("RangeSetting.qml",
loader.setSource("../components/RangeSetting.qml",
{name: name,
prettyName: prettyName,
valid: false, //TODO
@ -104,7 +104,7 @@ Page {
break
case 0x32:
case 0x23:
loader.setSource("ChoiceSetting.qml",
loader.setSource("../components/ChoiceSetting.qml",
{name: name,
prettyName: prettyName,
tag: tag,

View file

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

View file

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