Hi,

I solved this issue 4 days back itself . I forgot to update here

Solution:

Qt Code:
  1. QDBusConnection::systemBus().connect(SERVICE,path,INTERFACE,"PropertyChanged",this,SLOT(stateChanged(QString,QDBusVariant)));
To copy to clipboard, switch view to plain text mode 

Thanks

Yuvaraj R