Skip to content

Commit

Permalink
Fix sip incomplete type QgsExternalStorageFileWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Aug 16, 2021
1 parent 36813e7 commit bbf2429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/gui/auto_generated/qgsexternalresourcewidget.sip.in
Expand Up @@ -16,6 +16,8 @@
// doesn't add this include to the file where the code from
// ConvertToSubClassCode goes.
#include <qgsexternalresourcewidget.h>

#include <qgsexternalstoragefilewidget.h>
%End


Expand Down
2 changes: 2 additions & 0 deletions src/gui/qgsexternalresourcewidget.h
Expand Up @@ -36,6 +36,8 @@ class QgsExternalStorageFileWidget;
// doesn't add this include to the file where the code from
// ConvertToSubClassCode goes.
#include <qgsexternalresourcewidget.h>

#include <qgsexternalstoragefilewidget.h>
% End
#endif

Expand Down

0 comments on commit bbf2429

Please sign in to comment.