From 8ecc2da31d00a3d4ae5379f1acffe295a31d891b Mon Sep 17 00:00:00 2001 From: Xizhi Zhu Date: Tue, 17 Jan 2012 15:57:55 +0200 Subject: Remove QNetworkConfiguration::bearerName(). It was added only to maintain source compatibility with Qt Mobility. Change-Id: Iea8d40e401bd1f8d5115268e09b256eacca69ea0 Reviewed-by: Lars Knoll Reviewed-by: Jonas Gastal Reviewed-by: Peter Hartmann --- src/network/bearer/qnetworkconfiguration.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/network/bearer/qnetworkconfiguration.cpp') diff --git a/src/network/bearer/qnetworkconfiguration.cpp b/src/network/bearer/qnetworkconfiguration.cpp index 150e1cf715..87edc94efe 100644 --- a/src/network/bearer/qnetworkconfiguration.cpp +++ b/src/network/bearer/qnetworkconfiguration.cpp @@ -396,14 +396,6 @@ QList QNetworkConfiguration::children() const return results; } -/*! - \fn QString QNetworkConfiguration::bearerName() const - \deprecated - - This function is deprecated. It is equivalent to calling bearerTypeName(), however - bearerType() should be used in preference. -*/ - /*! Returns the type of bearer used by this network configuration. -- cgit v1.2.3