QDBus - SLOT not called upon SIGNAL emit
-
I have been trying to create a QDBus-based simple calculator, the code for which is available at the following gist:
https://gist.github.com/aspratyush/dc50878393e6d291d2f3The problem am facing is that even after calling connect() in the client, the SLOT meant to receive the dbus signal is not getting called.
Have checked in dbus-monitor, and it shows the signal as being emitted. Also, subscribing to the signal succeeds.
Any help would be much appreciated.