Replace deprecated Q_OS_OSX macro used in several places with the newer
Q_OS_MACOS. Old style reference of Apple's desktop operating system name
as "OS X" in documentation and files are also replaced with "macOS"
where applicable.
Task-number: QTIFW-1406
Change-Id: I0561d5e0d964917ac4fca0702d58a06b85d30e57
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Make it explicit that addOperation , addElevatedOperation should be
usually called from within createOperations().
Change-Id: Id14339b1259716825a9443cc563449025674976f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
To get rid of some QDoc error messages.
Also remove the \c command to enable automatic
linking to scripting API and C++ classes.
Change-Id: I317301bd0097059faf6e7696707fc1f0e3ed0beb
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Mark installer.variable("os") as deprecated, and replace it with
systemInfo.productType in the examples.
Change-Id: Ic86af21369cd066fc003b268f001101b642f6d2d
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
The \a command should only be used in code documentation
(in .cpp files), where QDoc uses it to check that all
formal parameters are documented and emits warnings if
they are not or if they are misspelled.
Change-Id: I37710afcd860f9baa3042337aca98fac6701b997
Reviewed-by: Niels Weber <niels.weber@digia.com>
In Qt 5, you have to specify the index files for
the Qt 5 modules that you want to link to for QDoc
to find them. If you add the brackets in the end of
the method name, QDoc creates the links automatically
and you do not need the \l command.
Change-Id: Ia3dd78bb17e9c176747d406216930295c9fa02a8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Each row in a table must have the same amount of
\li commands, or the table formatting breaks.
Use line breaks and empty lines if you want to
add several text paragraphs to a table cell.
Change-Id: I7a19bc883c0de18c247ca6c550dd37dba64c89d5
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
According to Apple naming conventions.
Change-Id: I4e7e5334987543118ae18d8547f58d01260f2493
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
The \o QDoc command has been deprecated in QDoc for
Qt 5 and using it prints a QDoc warning.
Change-Id: Ibf0be59f3953bd731c2133cee3ec399e51df84a5
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Also allow uppercase variable names and document those.
Also update the config.xml files in the examples to uppercase.
Task-number: QTIFW-257
Change-Id: I446ed4e537cb7c15f49ba3071a9ab6591aab3329
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Change-Id: Ifef70bf0ef12b90972186f64ff9b0ae602f14420
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Change-Id: I805a07f007cddb9fe62db986968f9f79511ffe1f
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
- maybe this way it is easier to add more operation documenation
Change-Id: I2555f855a9519fd2c02ca014b195bca79345e138
Reviewed-on: http://codereview.qt-project.org/4420
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>