Mark the QDesktopServices::StorageLocation enum as obsolete in the docs

The enum was already deprecated but the documentation still listed it
so now it is correctly obsoleted.

Change-Id: I9d64fe58a5e70de7161928da2d09b4532d450274
Reviewed-by: Liang Qi <liang.qi@digia.com>
bb10
Andy Shaw 2012-12-08 00:25:32 +01:00 committed by The Qt Project
parent 52619ae778
commit 0c3cfdba45
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ void QDesktopServices::unsetUrlHandler(const QString &scheme)
/*!
\enum QDesktopServices::StandardLocation
\since 4.4
\obsolete
Use QStandardPaths::StandardLocation
This enum describes the different locations that can be queried by
QDesktopServices::storageLocation and QDesktopServices::displayName.