mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix doxygen warnings
This commit is contained in:
parent
43f154ba55
commit
7e5b6f735d
@ -283,7 +283,7 @@ class CORE_EXPORT QgsApplication : public QApplication
|
||||
* @note added in 2.4 */
|
||||
static int maxThreads() { return ABISYM( mMaxThreads ); }
|
||||
/** Set maximum concurrent thread count
|
||||
* @note must be between 1 and #cores, -1 means use all available cores
|
||||
* @note must be between 1 and \#cores, -1 means use all available cores
|
||||
* @note added in 2.4 */
|
||||
static void setMaxThreads( int maxThreads );
|
||||
|
||||
|
@ -110,7 +110,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
|
||||
/**
|
||||
* Sets if the currently shown form has received any edit events so far.
|
||||
*
|
||||
* @param status The status
|
||||
* @param state The state
|
||||
*/
|
||||
void setCurrentFeatureEdited( bool state );
|
||||
|
||||
@ -148,6 +148,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
|
||||
* Set the feature(s) to be edited
|
||||
*
|
||||
* @param index The selection to set
|
||||
* @param command selection update mode
|
||||
*/
|
||||
void setEditSelection( const QModelIndex& index, QItemSelectionModel::SelectionFlags command );
|
||||
|
||||
|
@ -78,7 +78,7 @@ class GUI_EXPORT QgsAttributeDialog : public QObject
|
||||
|
||||
/**
|
||||
* @brief setHighlight
|
||||
* @param The highlight. Ownership is taken.
|
||||
* @param h The highlight. Ownership is taken.
|
||||
*/
|
||||
void setHighlight( QgsHighlight *h );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user