~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to libs/ui/scanwidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
        void setWirelessInterface(const QString &interface);
49
49
        QPair<QString,QString> currentAccessPoint() const;
 
50
        QPair<Solid::Control::WirelessNetworkInterfaceNm09 *, Solid::Control::AccessPointNm09 *> currentAccessPointUni();
50
51
 
51
52
    private Q_SLOTS:
52
53
        void onInterfaceChanged(int index);
60
61
        QItemSelectionModel *m_scanSelectionModel;
61
62
        QItemSelectionModel *m_scanProxySelectionModel;
62
63
 
63
 
        QStringList m_wirelessInterfaces;
64
64
        enum Views {Map = 0, Details};
65
65
 
66
66
    Q_SIGNALS: