~ubuntu-branches/ubuntu/precise/plasma-widget-networkmanagement/precise

« back to all changes in this revision

Viewing changes to applet/wirelessstatus.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2011-03-21 13:52:36 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20110321135236-mfkytyn2hujfwapm
Tags: 0.9~svngit20110312-0ubuntu1
* New upstream snapshot
* Add build-dep and runtime depends on mobile-broadband-provider-info
* Add =binary version to plasma-widget-networkmanagement depends on knm-runtime

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <QObject>
26
26
#include <solid/control/wirelessnetworkinterface.h>
27
27
 
 
28
class RemoteActivatable;
28
29
class RemoteWirelessNetwork;
29
30
class RemoteWirelessObject;
30
31
class WirelessInterfaceConnectionItem;
47
48
        WirelessStatus(Solid::Control::WirelessNetworkInterface* iface);
48
49
        ~WirelessStatus();
49
50
        void init(RemoteWirelessObject* obj);
 
51
        RemoteActivatable* activatable();
50
52
 
51
53
        int strength();
52
54
        QString ssid();