This bug was fixed in the package indicator-network -
0.7.1+16.04.20160511-0ubuntu1

---------------
indicator-network (0.7.1+16.04.20160511-0ubuntu1) xenial; urgency=medium

  [ Pete Woods ]
  * Fix limitations property (LP: #1547194)
  * Remember hotspot UUID
  * Store information about which device we are using in a member
    variable
  * Wait for hotspot device to be ready, not just present (LP: #1579221)
  * Wait for hotspot to finish activating

  [ Tony Espy ]
  * hotspot: Don't create NM ipv4 settings with empty values. (LP:
    #1579221)

 -- Tony Espy <ci-train-...@canonical.com>  Wed, 11 May 2016 16:57:39
+0000

** Changed in: indicator-network (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1547194

Title:
  cannot connect to limitationsUpdated signal

Status in indicator-network package in Ubuntu:
  Fix Released

Bug description:
  In connectivity.h, the limitationsUpdated signal is declared as such:
    void limitationsUpdated(const QVector<Limitations>&);

  When I use this syntax to connect:
      connect(ns.data(),SIGNAL(limitationsUpdated(const QVector<Limitations>&)),
                               this,SLOT(limitationsUpdated(const 
QVector<Limitations>&));

  I get this error when building:

  tstconnectivity.h:21:43: error: ‘Limitations’ was not declared in this scope
       void limitationsUpdated(const QVector<Limitations>&);

  When I try:
      connect(ns.data(),SIGNAL(limitationsUpdated(const 
QVector<connectivityqt::Connectivity::Limitations>&)),
                               this,SLOT(limitationsUpdated(const 
QVector<connectivityqt::Connectivity::Limitations>&));
  It builds, but I get this error when running:
  2016-02-18T17:52:55 (unknown:0) - QObject::connect: No such signal 
connectivityqt::Connectivity::limitationsUpdated(const 
QVector<connectivityqt::Connectivity::Limitations>&)

  
  The signal should probably be declared:
    void limitationsUpdated(const 
QVector<connectivityqt::Connectivity::Limitations>&);

  with connectivityqt::Connectivity:: just as the statusUpdated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to