Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-24 Thread Thiago Macieira
On sábado, 24 de junho de 2017 11:11:29 PDT René J. V. Bertin wrote: > Thiago Macieira wrote: > > On sábado, 24 de junho de 2017 01:19:03 PDT René J.V. Bertin wrote: > >> Thiago Macieira wrote: > >> > If you compile them with qrc, then they register themselves. > >> > >> Basically that would mean

Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-24 Thread René J . V . Bertin
Thiago Macieira wrote: > On sábado, 24 de junho de 2017 01:19:03 PDT René J.V. Bertin wrote: >> Thiago Macieira wrote: >> > If you compile them with qrc, then they register themselves. >> >> Basically that would mean that qrc knows how to deal with inheritance >> declarations in the icon theme in

Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-24 Thread Thiago Macieira
On sábado, 24 de junho de 2017 01:19:03 PDT René J.V. Bertin wrote: > Thiago Macieira wrote: > > If you compile them with qrc, then they register themselves. > > Basically that would mean that qrc knows how to deal with inheritance > declarations in the icon theme index.theme files? No. All the d

Re: [Interest] Printing QObject-derived classes on QCOMPARE failure

2017-06-24 Thread Giuseppe D'Angelo
Hi, Il 24/06/2017 15:54, Mitch Curtis ha scritto: Is it possible to have QCOMPARE call the operator<< overload for my custom QObject-derived class upon failure? The following test only prints: FAIL! : Untitled1Test::testCase1() Compared pointers are not the same Loc: [../untitled1/tst_un

[Interest] Printing QObject-derived classes on QCOMPARE failure

2017-06-24 Thread Mitch Curtis
Is it possible to have QCOMPARE call the operator<< overload for my custom QObject-derived class upon failure? The following test only prints: FAIL! : Untitled1Test::testCase1() Compared pointers are not the same Loc: [../untitled1/tst_untitled1test.cpp(44)] Code: #include #includ

Re: [Interest] creating a binary .rcc version of a series of Freedesktop icon themes linked through inheritance

2017-06-24 Thread René J . V . Bertin
Thiago Macieira wrote: > If you compile them with qrc, then they register themselves. Basically that would mean that qrc knows how to deal with inheritance declarations in the icon theme index.theme files? > Sorry, I don't know the API. It aims to be very simple and allow application developer