<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi<div><br></div><div>things like that happen.</div><div><br></div><div>I have looked at the files and I see a couple of problems.</div><div><br></div><div>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).</div><div><br></div><div>reportBugPage.qml rename to ReportBugPage.qml (I would leave out Page to make it consistent with the rest).</div><div>objectName and id should follow the filename (to avoid confusion)</div><div>as noted by Joakim you miss the import statement.</div><div><br></div><div>now (nearly) most important</div><div>main.qml</div><div>line 589 refers to ReportBug, but the file is reportBugPage.qml</div><div>same problem in line 349.</div><div><br></div><div>I should have a little spare time in 3-4 hours then I will make you a PR.</div><div><br></div><div>rgds</div><div>jan i</div><div><br><div id="AppleMailSignature">Enviado desde mi iPad</div><div><br>El 9 ago 2018, a las 13:46, Joakim Bygdell <<a href="mailto:j.bygdell@gmail.com">j.bygdell@gmail.com</a>> escribió:<br><br></div><blockquote type="cite"><div><div dir="ltr"><br><br><div class="gmail_quote"><div>Hi Robert,</div><div><br></div><div>You need to add "import QtQuick.Controls 2.2 as Controls" in the <a href="https://github.com/atdotde/subsurface/commit/1cbaff35bd52528dab6dabe1fc12da7ad781140a#diff-a35b623941dfd036d7debee452c3e84f" class="gmail-link-gray-dark" title="mobile-widgets/qml/reportBugPage.qml" style="box-sizing:border-box;background-color:rgb(250,251,252);text-decoration-line:none;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;color:rgb(36,41,46)">reportBugPage.qml</a> file</div></div><div><br></div>/ Jocke </div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>subsurface mailing list</span><br><span><a href="mailto:subsurface@subsurface-divelog.org">subsurface@subsurface-divelog.org</a></span><br><span><a href="http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface">http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface</a></span><br></div></blockquote></div></body></html>