Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 27, 2016
1 parent 4da6588 commit 2c1f2ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/qgsproviderregistry.sip
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class QgsProviderRegistry
*/
int providerCapabilities( const QString& providerKey ) const;

/** Returns a widget for selecting layers from a provider.
*/
QWidget *selectWidget( const QString & providerKey,
QWidget * parent = 0, const Qt::WindowFlags& fl = 0 );

Expand Down
2 changes: 2 additions & 0 deletions src/core/qgsproviderregistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ class CORE_EXPORT QgsProviderRegistry
*/
int providerCapabilities( const QString& providerKey ) const;

/** Returns a widget for selecting layers from a provider.
*/
QWidget *selectWidget( const QString & providerKey,
QWidget * parent = nullptr, const Qt::WindowFlags& fl = Qt::WindowFlags() );

Expand Down

0 comments on commit 2c1f2ce

Please sign in to comment.