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

« back to all changes in this revision

Viewing changes to libs/ui/networkitemmodel.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:
41
41
    Q_OBJECT
42
42
 
43
43
    public:
44
 
        enum UserRoles { SignalStrength=Qt::UserRole, MacAddress, ConnectionType, EncryptionRole };
 
44
        enum UserRoles { SignalStrength=Qt::UserRole, MacAddress, Band, Channel, ConnectionType, EncryptionRole };
45
45
 
46
46
        NetworkItemModel(const QString & uni, QObject *parent=0);
47
47
        ~NetworkItemModel();
65
65
        Solid::Control::WirelessNetworkInterfaceNm09 *m_networkInterface;
66
66
        Solid::Control::WirelessNetworkInterfaceEnvironment *m_environment;
67
67
 
68
 
        static const int s_numColumns = 4;
 
68
        static const int s_numColumns = 6;
69
69
};
70
70
 
71
71
#endif