Skip to content

Commit 6d94ac9

Browse files
committedJan 13, 2018
run sipify
1 parent ba95189 commit 6d94ac9

File tree

69 files changed

+259
-259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+259
-259
lines changed
 

‎python/core/auth/qgsauthmanager.sip‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ Re-emit a signal to schedule an optional erase of authentication database.
161161
.. note::
162162

163163
This can be called from the slot connected to a previously emitted scheduling signal,
164-
so that the slot can ask for another emit later, if the slot noticies the current GUI
165-
processing state is not ready for interacting with the user, e.g. project is still loading
164+
so that the slot can ask for another emit later, if the slot noticies the current GUI
165+
processing state is not ready for interacting with the user, e.g. project is still loading
166166

167167
:param emitted: Setting to false will cause signal to be emitted by the schedule timer.
168168
Setting to true will stop any emitting, but will not stop the schedule timer.

‎python/core/auth/qgsauthmethod.sip‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Clear any cached configuration. Called when the QgsAuthManager deletes an authen
129129
.. note::
130130

131131
It is highly recommended that a cache of authentication components (per requested authcfg)
132-
be implemented, to avoid excessive queries on the auth database. Such a cache could be as
133-
simple as a QHash or QMap of authcfg -> QgsAuthMethodConfig. See 'Basic' auth method plugin for example.
132+
be implemented, to avoid excessive queries on the auth database. Such a cache could be as
133+
simple as a QHash or QMap of authcfg -> QgsAuthMethodConfig. See 'Basic' auth method plugin for example.
134134
%End
135135

136136
virtual void updateMethodConfig( QgsAuthMethodConfig &mconfig ) = 0;

0 commit comments

Comments
 (0)
Please sign in to comment.