Fix borked imports
This commit is contained in:
parent
45230e7f97
commit
d355b41777
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue