lxqt / libqtxdg

Qt implementation of freedesktop.org xdg specs
https://lxqt.github.io
GNU Lesser General Public License v2.1
72 stars 35 forks source link

Move to Qt5 signal/slot syntax #241

Closed adjamhub closed 3 years ago

adjamhub commented 3 years ago

Just one notable change. I had to set the public inheritance of XdgMenuPrivate from QObject. It doesn't work otherwise. Anyway I coudn't find one reason why it has to privately inherit.

palinek commented 3 years ago

Anyway I coudn't find one reason why it has to privately inherit.

It looks to me like a missing explicit keyword from the day one :)