Re: [linux-minidisc] Qt5 compatibility


On 12/15/2013 10:16 PM, Thomas Arp wrote:
> there is one more incompatibility with Qt5 in the QTime class. A QTime
> object must be initialized before using it, else it will be invalid.
> So current source code will not display track length if compiled with Qt5.
> I made a small patch fixing this.

> -        return t;
> +        return QTime();

Are you sure this is correct? Shouldn't this still return the name
of the object and not the name of the class?

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913