Skip to content

Commit 25f2aba

Browse files
peppsac3nids
authored andcommittedJan 24, 2019
Include qgis_sip.h instead of qgis.h where possible (#8961)
This PR continues the work started in PR #8951. This commit replaces occurences of #include "qgis.h" by #include "qgis_sip.h", where possible = when files only depends on SIP_XXX features.
1 parent ff20d18 commit 25f2aba

File tree

466 files changed

+445
-444
lines changed

Some content is hidden

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

466 files changed

+445
-444
lines changed
 

‎python/core/auto_generated/qgstranslationcontext.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111

12+
1213
class QgsTranslationContext
1314
{
1415
%Docstring

‎python/gui/auto_generated/attributetable/qgsfieldconditionalformatwidget.sip.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ A widget for customizing conditional formatting options.
2424
explicit QgsFieldConditionalFormatWidget( QWidget *parent /TransferThis/ = 0 );
2525
%Docstring
2626
Constructor for QgsFieldConditionalFormatWidget.
27-
28-
:param parent: parent widget
2927
%End
3028

3129
void viewRules();

0 commit comments

Comments
 (0)
Please sign in to comment.