summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-03-18 00:31:48 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-03-18 00:36:15 (GMT)
commitffcd64e38529c6d93c632282a75a31731feeb0d2 (patch)
treec3175a6ed12be9af1f5f771613d8430c2ae11e94
parent0d3c62150f2fa2c06f7676336076be4622059cc3 (diff)
downloadQt-ffcd64e38529c6d93c632282a75a31731feeb0d2.zip
Qt-ffcd64e38529c6d93c632282a75a31731feeb0d2.tar.gz
Qt-ffcd64e38529c6d93c632282a75a31731feeb0d2.tar.bz2
Make destructor virtual.
-rw-r--r--src/network/bearer/qnetworkconfiguration_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/bearer/qnetworkconfiguration_p.h b/src/network/bearer/qnetworkconfiguration_p.h
index 6908277..07b472e 100644
--- a/src/network/bearer/qnetworkconfiguration_p.h
+++ b/src/network/bearer/qnetworkconfiguration_p.h
@@ -72,7 +72,7 @@ public:
{
}
- ~QNetworkConfigurationPrivate()
+ virtual ~QNetworkConfigurationPrivate()
{
//release pointers to member configurations
serviceNetworkMembers.clear();