Hi

things like that happen.

I have looked at the files and I see a couple of problems.

mobile-resources.qrc refer to “reportBugPage.qml” that needs to be 
“ReportBugPage.qml” (no idea why, but start with lower letters never worked for 
me).

reportBugPage.qml rename to ReportBugPage.qml (I would leave out Page to make 
it consistent with the rest).
objectName and id should follow the filename (to avoid confusion)
as noted by Joakim you miss the import statement.

now (nearly) most important
main.qml
line 589 refers to ReportBug, but the file is reportBugPage.qml
same problem in line 349.

I should have a little spare time in 3-4 hours then I will make you a PR.

rgds
jan i

Enviado desde mi iPad

> El 9 ago 2018, a las 13:46, Joakim Bygdell <j.bygd...@gmail.com> escribió:
> 
> 
> 
> Hi Robert,
> 
> You need to add "import QtQuick.Controls 2.2 as Controls" in the 
> reportBugPage.qml file
> 
> / Jocke 
> _______________________________________________
> subsurface mailing list
> subsurface@subsurface-divelog.org
> http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to