diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-04-14 23:22:36 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-04-15 03:13:37 (GMT) |
commit | 86b483104fa1e8c1b2bcd255f9b94992d1d1b864 (patch) | |
tree | c1a1368a3a22e2e0cbf384f87849d18a2900e40c /src/plugins/bearer/icd | |
parent | 3174684f5364f9c6a4acbc211d85577b3bab6449 (diff) | |
download | Qt-86b483104fa1e8c1b2bcd255f9b94992d1d1b864.zip Qt-86b483104fa1e8c1b2bcd255f9b94992d1d1b864.tar.gz Qt-86b483104fa1e8c1b2bcd255f9b94992d1d1b864.tar.bz2 |
Remove holes in bearer management data structures.
Diffstat (limited to 'src/plugins/bearer/icd')
-rw-r--r-- | src/plugins/bearer/icd/qicdengine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/bearer/icd/qicdengine.h b/src/plugins/bearer/icd/qicdengine.h index a2e9a2f..841874f 100644 --- a/src/plugins/bearer/icd/qicdengine.h +++ b/src/plugins/bearer/icd/qicdengine.h @@ -67,13 +67,13 @@ public: QByteArray network_id; // typically WLAN ssid or similar QString iap_type; // is this one WLAN or GPRS - // Network attributes for this IAP, this is the value returned by icd and - // passed to it when connecting. - uint32_t network_attrs; - QString service_type; QString service_id; uint32_t service_attrs; + + // Network attributes for this IAP, this is the value returned by icd and + // passed to it when connecting. + uint32_t network_attrs; }; inline IcdNetworkConfigurationPrivate *toIcdConfig(QNetworkConfigurationPrivatePointer ptr) |