From 83c219dfe202097c17548a9789b5e661fcee593c Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 21 Oct 2011 21:10:28 +0200 Subject: Rename storageLocation() to writableLocation(). Change-Id: I8f6522a70950f78ddd6141360d36d104bd697e28 Reviewed-by: Thiago Macieira (Intel) --- src/gui/util/qdesktopservices.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/util/qdesktopservices.cpp') diff --git a/src/gui/util/qdesktopservices.cpp b/src/gui/util/qdesktopservices.cpp index da3b498729..ab45c17dd3 100644 --- a/src/gui/util/qdesktopservices.cpp +++ b/src/gui/util/qdesktopservices.cpp @@ -270,11 +270,11 @@ void QDesktopServices::unsetUrlHandler(const QString &scheme) */ /*! - \deprecated Use QStandardPaths::storageLocation() + \deprecated Use QStandardPaths::writableLocation() */ QString QDesktopServices::storageLocation(StandardLocation type) { - return QStandardPaths::storageLocation(static_cast(type)); + return QStandardPaths::writableLocation(static_cast(type)); } -- cgit v1.2.3