<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/120033/">https://git.reviewboard.kde.org/r/120033/</a>
     </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">I have marble-devel-4.11.5-186 here, still there's a build error. If my marble version isn't ok, it shall be detected.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">calligra-2.8/plugins/reporting/maps/KoReportItemMaps.cpp: In member function ‘void KoReportItemMaps::onRenderStatusChange()’:<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
calligra-2.8/plugins/reporting/maps/KoReportItemMaps.cpp:175:5: error: ‘RenderStatus’ is not a member of ‘Marble’<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
     Marble::RenderStatus status = marbleWidget->renderStatus();<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
     ^<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
calligra-2.8/plugins/reporting/maps/KoReportItemMaps.cpp:175:26: error: expected ‘;’ before ‘status’<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
     Marble::RenderStatus status = marbleWidget->renderStatus();<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
                          ^<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
calligra-2.8/plugins/reporting/maps/KoReportItemMaps.cpp:176:63: error: ‘status’ was not declared in this scope<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
     myDebug() << "sender(): " << sender() << " | status: " << status;<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
                                                               ^<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
calligra-2.8/plugins/reporting/maps/KoReportItemMaps.cpp:178:8: error: ‘status’ was not declared in this scope<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
     if(status == Marble::Complete){<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
        ^<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
calligra-2.8/plugins/reporting/maps/KoReportItemMaps.cpp:178:18: error: ‘Complete’ is not a member of ‘Marble’<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
     if(status == Marble::Complete){<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
                  ^<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
gmake[2]: *** [plugins/reporting/maps/CMakeFiles/koreport_mapsplugin.dir/KoReportItemMaps.cpp.o] Error 1</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">% marble --version<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
Qt: 4.8.5<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
KDE Development Platform: 4.14.1<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
Marble Virtual Globe: 1.6.5 (stable version)</p></pre>
 <br />









<p>- Jarosław Staniek</p>


<br />
<p>On September 1st, 2014, 11:42 p.m. CEST, Radosław Wicik wrote:</p>









<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for Calligra, Andrius da Costa Ribas, Oleg Kukharchuk, Adam Pigg, Jarosław Staniek, Dimitrios Tanis, and Tomasz Olszak.</div>
<div>By Radosław Wicik.</div>


<p style="color: grey;"><i>Updated Sept. 1, 2014, 11:42 p.m.</i></p>







<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="http://bugs.kde.org/show_bug.cgi?id=336986">336986</a>


</div>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
calligra
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Multiple map elements render in reports.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">BUG:336986</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">manually tested</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>plugins/reporting/maps/KoReportItemMaps.h <span style="color: grey">(060ff3744de39806ac3b7873f253e72036bc96a3)</span></li>

 <li>plugins/reporting/maps/KoReportItemMaps.cpp <span style="color: grey">(86133eb0469787d84887542b989428ea3e9a63b0)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/120033/diff/" style="margin-left: 3em;">View Diff</a></p>






  </td>
 </tr>
</table>








  </div>
 </body>
</html>