QMetaObject is a class from the Qt Toolkit which provides meta-information about Qt objects.
I have a QObject A, this is connected to another QObject B. Now I want A to connect to C, …