diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-08 21:10:55 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-08 21:10:55 -0500 |
commit | 7d8a74d0f9922463f3c6e12d8ea46762f5c8bb10 (patch) | |
tree | 2d4cc46b2151babe71bfc144e3f41390b4b9097b /tdecore/tdenetworkconnections.cpp | |
parent | 4f60eb94d17ce7d0ce51df30c80812c6ce763545 (diff) | |
download | tdelibs-7d8a74d0f9922463f3c6e12d8ea46762f5c8bb10.tar.gz tdelibs-7d8a74d0f9922463f3c6e12d8ea46762f5c8bb10.zip |
Automatically generate UUID when needed
Diffstat (limited to 'tdecore/tdenetworkconnections.cpp')
-rw-r--r-- | tdecore/tdenetworkconnections.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tdecore/tdenetworkconnections.cpp b/tdecore/tdenetworkconnections.cpp index 3891f1ff7..6139bd49f 100644 --- a/tdecore/tdenetworkconnections.cpp +++ b/tdecore/tdenetworkconnections.cpp @@ -21,8 +21,6 @@ #include "config.h" -#include <tquuid.h> - #include <klocale.h> #ifdef WITH_NETWORK_MANAGER_BACKEND @@ -501,11 +499,6 @@ TDENetworkConnection::TDENetworkConnection() { requireIPV4 = false; requireIPV6 = false; mtu = 0; - - // Create a UUID for the new connection - // This may be overridden later on if connection information - // is loaded into this object from another source - UUID = TQUuid::createUuid().toString(); } TDENetworkConnection::~TDENetworkConnection() { |