Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 9, 2020
1 parent a9d6b04 commit adf0fe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsdataitem.sip.in
Expand Up @@ -424,7 +424,7 @@ Remove children recursively and set as not populated. This is used when refreshi
%Docstring
Causes a data item provider to refresh all registered connections.

If ``provider`` is specified then only the matching provider will be refreshed. Otherwise,
If ``providerKey`` is specified then only the matching provider will be refreshed. Otherwise,
all providers will be refreshed (which is potentially very expensive!).
%End

Expand All @@ -440,7 +440,7 @@ all providers will be refreshed (which is potentially very expensive!).

void connectionsChanged( const QString &providerKey = QString() );
%Docstring
Emitted when the connections of the provider with the specified key have changed.
Emitted when the connections of the provider with the specified ``providerKey`` have changed.

This signal is normally forwarded to the app in order to refresh the connection
item in the provider dialogs and to refresh the connection items in the other
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsdataitem.h
Expand Up @@ -446,7 +446,7 @@ class CORE_EXPORT QgsDataItem : public QObject
/**
* Causes a data item provider to refresh all registered connections.
*
* If \a provider is specified then only the matching provider will be refreshed. Otherwise,
* If \a providerKey is specified then only the matching provider will be refreshed. Otherwise,
* all providers will be refreshed (which is potentially very expensive!).
*/
virtual void refreshConnections( const QString &providerKey = QString() );
Expand All @@ -462,7 +462,7 @@ class CORE_EXPORT QgsDataItem : public QObject
void stateChanged( QgsDataItem *item, QgsDataItem::State oldState );

/**
* Emitted when the connections of the provider with the specified key have changed.
* Emitted when the connections of the provider with the specified \a providerKey have changed.
*
* This signal is normally forwarded to the app in order to refresh the connection
* item in the provider dialogs and to refresh the connection items in the other
Expand Down

0 comments on commit adf0fe3

Please sign in to comment.