This class is called what?
class ComGagnetigapettiSOUPSTunerTunerGenericControlInterface : public QDBusAbstractInterface
{
Q_OBJECT
...
};
The naming convention actually makes perfect sense under the circumstances, but… at 55 characters, I think this is the longest class name I’ve ever seen.


