diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-04 16:01:51 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-04 16:01:51 -0500 |
commit | fe3dbd6e6f8748ec07184c09081bcc31096750f9 (patch) | |
tree | 4efa9bf79f70557aa3c33690de83f3e501c39043 /tdecore/tdenetworkconnections.h | |
parent | 86febbf35190d680a61af4676704c5ece8a9de98 (diff) | |
download | tdelibs-fe3dbd6e6f8748ec07184c09081bcc31096750f9.tar.gz tdelibs-fe3dbd6e6f8748ec07184c09081bcc31096750f9.zip |
Add active connection UUID to device
Diffstat (limited to 'tdecore/tdenetworkconnections.h')
-rw-r--r-- | tdecore/tdenetworkconnections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tdenetworkconnections.h b/tdecore/tdenetworkconnections.h index e41251b9d..e6e8d42cf 100644 --- a/tdecore/tdenetworkconnections.h +++ b/tdecore/tdenetworkconnections.h @@ -721,6 +721,7 @@ class TDECORE_EXPORT TDENetworkDeviceInformation bool autoConnect; bool firmwareMissing; TDENetworkDeviceType::TDENetworkDeviceType deviceType; + TQString activeConnectionUUID; TDENetworkWiFiDeviceInfo wiFiInfo; }; |