---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126644/
---
(Updated May 29, 2016, 5:29 p.m.)
Status
--
This change has been mar
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126644/#review95993
---
hello?
- Jesse Pullinen
On April 18, 2016, 12:30 p.m., Jes
Em sábado, 28 de maio de 2016, às 15:37:53 BRT, Arno escreveu:
> Hi Thiago,
>
> On 5/28/2016 3:01 PM, Thiago Macieira wrote:
> > Em sábado, 28 de maio de 2016, às 01:08:24 BRT, Arno Moeller escreveu:
> >> As it seems, QUrl does not know about rdp://, so url.scheme() is empty.
> >> The old code tri
Hi Harald,
On 5/29/2016 11:30 AM, Harald Sitter wrote:
> You told it to construct a url from a local file path, so, that seems
> somewhat expected.
>
> I'd presume what you should use is
> http://doc.qt.io/qt-5/qurl.html#fromUserInput which should usually
> make sense out of most random input.
Y
On Sat, May 28, 2016 at 3:22 PM, Arno wrote:
> Hi Thiago,
>
> On 5/28/2016 3:01 PM, Thiago Macieira wrote:
>> Em sábado, 28 de maio de 2016, às 01:08:24 BRT, Arno Moeller escreveu:
>>> As it seems, QUrl does not know about rdp://, so url.scheme() is empty.
>>> The old code tried to "fix" it by rep