Doc review

This commit is contained in:
David Rowe 2019-05-23 10:18:03 +12:00
parent 04573da96b
commit 2c591ba196
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ SelectionScriptingInterface::SelectionScriptingInterface() {
}
/**jsdoc
* The type of an item in a selection list.
* The type of a specific item in a selection list.
* <table>
* <thead>
* <tr><th>Value</th><th>Description</th></tr>

View file

@ -167,7 +167,7 @@ public:
* Removes all items from a selection list.
* @function Selection.clearSelectedItemsList
* @param {string} listName - The name of the selection list.
* @returns {boolean} <code>true</code> zlways.
* @returns {boolean} <code>true</code> always.
*/
Q_INVOKABLE bool clearSelectedItemsList(const QString& listName);