Hello,
I am using MNotification to show a banner. Now I want a file to be opened when a user taps the banner.
MNotification insists on using MRemoteAction D-Bus call. I, instead, would like to use Qt.openUrlExternally(). To do so I try to connect MRemoteAction::triggered() signal to a custom slot. The connection returns true (success) as well as my D-Bus call is being properly executed. But the problem is that my slot never gains control as if triggered() was never emitted.
Maybe there is some other workaround to call Qt.openUrlExternally() through MRemoteAction object?
Thanks!

Reply With Quote

