Skip to content

Commit

Permalink
fix warning deleting pointer to incomplete type 'QgsPythonUtils' (#6491)
Browse files Browse the repository at this point in the history
warning: deleting pointer to incomplete type 'QgsPythonUtils' may cause undefined behavior
  • Loading branch information
3nids authored Feb 28, 2018
1 parent b8ceda6 commit 020f0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Q_GUI_EXPORT extern int qt_defaultDpiX();
#include "qgspluginmanager.h"
#include "qgspluginregistry.h"
#include "qgspointxy.h"
#include "qgspythonutils.h"

This comment has been minimized.

Copy link
@elpaso

elpaso Mar 11, 2018

Contributor

This is already included in line 432 020f0eb#diff-989db6afac5dc91e42cf6d3e404431b3R432

After this modification we cannot build without bindings anymore.

#include "qgsruntimeprofiler.h"
#include "qgshandlebadlayers.h"
#include "qgsprintlayout.h"
Expand Down

0 comments on commit 020f0eb

Please sign in to comment.