calling something like this:
    QObject::connect(ns.data(),
                     &NetworkingStatus::statusChanged,
                     this, &QUbuntuEngine::networkStatusChanged);
still does not work.


In networking-status.h, the signal should be declared as:

void statusChanged(NetworkingStatus::Status value);


I looked at the code, and I could not find any tests for the public
connectivity-api (network-status.h)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to