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
283
283
* @note added in 2.4 */
284
284
static int maxThreads () { return ABISYM ( mMaxThreads ); }
285
285
/* * 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
287
287
* @note added in 2.4 */
288
288
static void setMaxThreads ( int maxThreads );
289
289
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
110
110
/* *
111
111
* Sets if the currently shown form has received any edit events so far.
112
112
*
113
- * @param status The status
113
+ * @param state The state
114
114
*/
115
115
void setCurrentFeatureEdited ( bool state );
116
116
@@ -148,6 +148,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
148
148
* Set the feature(s) to be edited
149
149
*
150
150
* @param index The selection to set
151
+ * @param command selection update mode
151
152
*/
152
153
void setEditSelection ( const QModelIndex& index, QItemSelectionModel::SelectionFlags command );
153
154
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class GUI_EXPORT QgsAttributeDialog : public QObject
78
78
79
79
/* *
80
80
* @brief setHighlight
81
- * @param The highlight. Ownership is taken.
81
+ * @param h The highlight. Ownership is taken.
82
82
*/
83
83
void setHighlight ( QgsHighlight *h );
84
84
You can’t perform that action at this time.
0 commit comments