File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ class CORE_EXPORT QgsApplication : public QApplication
283283 * @note added in 2.4 */
284284 static int maxThreads () { return ABISYM ( mMaxThreads ); }
285285 /* * Set maximum concurrent thread count
286- * @note must be between 1 and #cores, -1 means use all available cores
286+ * @note must be between 1 and \ #cores, -1 means use all available cores
287287 * @note added in 2.4 */
288288 static void setMaxThreads ( int maxThreads );
289289
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
110110 /* *
111111 * Sets if the currently shown form has received any edit events so far.
112112 *
113- * @param status The status
113+ * @param state The state
114114 */
115115 void setCurrentFeatureEdited ( bool state );
116116
@@ -148,6 +148,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
148148 * Set the feature(s) to be edited
149149 *
150150 * @param index The selection to set
151+ * @param command selection update mode
151152 */
152153 void setEditSelection ( const QModelIndex& index, QItemSelectionModel::SelectionFlags command );
153154
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class GUI_EXPORT QgsAttributeDialog : public QObject
7878
7979 /* *
8080 * @brief setHighlight
81- * @param The highlight. Ownership is taken.
81+ * @param h The highlight. Ownership is taken.
8282 */
8383 void setHighlight ( QgsHighlight *h );
8484
You can’t perform that action at this time.
0 commit comments