[mythtv-users] Master / QT6

Gary Buhrmaster gary.buhrmaster at gmail.com
Tue Oct 26 23:30:51 UTC 2021


On Tue, Oct 26, 2021 at 10:54 PM John Hoyt <john.hoyt at gmail.com> wrote:

> Thanks David.  It looks like my real problem was that I needed to add the qt5compat module to my ports.
>
> After that I tripped on this error with Apple Remote Listener:
>
...
>
> devices/AppleRemoteListener.cpp:60:13: error: no viable conversion from 'QKeyCombination' to 'int'
>
>         int keycode = a[i];

           int keycode = a[i].toCombined;   // This needs to be
explicit as of Qt 6 ??????

.......

The second one mentions what change needs to be made.

........

> I'm wondering if I'm missing another module or just in uncharted territory.

I am guessing uncharted territory?  These are macOS
only code fragments and likely you are the first there.....


More information about the mythtv-users mailing list