diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-08-19 14:54:51 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-08-20 07:51:05 +0200 |
| commit | 92d4d490fe808479e3fe8885e5e5cabd20f3d03f (patch) | |
| tree | bed5c974344f0baac00265c48f4d674ad185e557 /src/corelib/io/qstandardpaths.cpp | |
| parent | 1f1f0003274e446fc49e61255749f83c5826cd0b (diff) | |
Fix a number of qdoc warnings
- Remove obsolete functions and enumeration values
- Remove QObject * parameter from QMetaProperty accessors
- Fix renamed enumerations in QSsl
- Fix list items to be \li
- Fix function signatures and variable names
Change-Id: I37c7e6bf2c8ff92bc7b82620bae0a27796f866ab
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/io/qstandardpaths.cpp')
| -rw-r--r-- | src/corelib/io/qstandardpaths.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/io/qstandardpaths.cpp b/src/corelib/io/qstandardpaths.cpp index dff113de1e8..c44905541be 100644 --- a/src/corelib/io/qstandardpaths.cpp +++ b/src/corelib/io/qstandardpaths.cpp @@ -590,10 +590,6 @@ QString QStandardPaths::displayName(StandardLocation type) #endif /*! - \fn void QStandardPaths::enableTestMode(bool testMode) - \obsolete Use QStandardPaths::setTestModeEnabled - */ -/*! \fn void QStandardPaths::setTestModeEnabled(bool testMode) \include standardpath/functiondocs.qdocinc setTestModeEnabled |
