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





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On October 20th, 2012, 8:23 p.m., <b>David Faure</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">kcoreaddons has KFileSystemType, to distinguish local from NFS/SMB (which I guess this is what this was about).
Maybe it could go into Qt.... I guess for now this is ok (unless we want to use kcoreaddons in phonon, but I doubt that)</pre>
 </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Don't think kcoreaddons makes much sense given the importance/impact of that feature ;)

I believe the "proper" fix (if there is one in this case) would be to simply make the string evaluation more elaborate. In particular if does not contain a protocol (something *://) or the protocol is file:// -> local file, if starts with :/ or protocol is qrc:// -> load through QFile, else convert to QUrl and see if it can make sense out of it.

That being said. Earlier history of that code segment only contains the QFSFileEngine so I assume its only use was to distinguish local files from qrc urls, so dropping the QFS part should be just fine in that "if you were throwing proper URLs at the QString constructor you were using the API wrong and if your software is now broken it is not our fault".

I am not favoring either approach although the "proper" fix probably is nicer for the users. In actual Phonon 5 (i.e. changed API) we'll probably have to remove the QString constructor and force people to provide valid URLs, needs discussion though.</pre>
<br />








<p>- Harald</p>


<br />
<p>On October 20th, 2012, 7:49 p.m., Jon Severinsson wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for KDE Frameworks and Phonon.</div>
<div>By Jon Severinsson.</div>


<p style="color: grey;"><i>Updated Oct. 20, 2012, 7:49 p.m.</i></p>






<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;">QFSFileEngine has been removed from Qt5, so rip it out of phonon/mediasource.cpp. Any pointers to a propper fix would be welcome.</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>phonon/mediasource.cpp <span style="color: grey">(9e35094)</span></li>

</ul>

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




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








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