Skip to content

Commit

Permalink
Add some missing Q_OBJECT macros
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 26, 2015
1 parent 9d4e995 commit ce5ed44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/geometry_checker/checks/qgsgeometrycheck.h
Expand Up @@ -41,6 +41,8 @@ class QgsGeometryCheckPrecision

class QgsGeometryCheck : public QObject
{
Q_OBJECT

public:
enum ChangeWhat { ChangeFeature, ChangePart, ChangeRing, ChangeNode };
enum ChangeType { ChangeAdded, ChangeRemoved, ChangeChanged };
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/geometry_checker/qgsgeometrycheckerplugin.h
Expand Up @@ -27,6 +27,8 @@ class QgsGeometryCheckerDialog;

class QgsGeometryCheckerPlugin : public QObject, public QgisPlugin
{
Q_OBJECT

public:
explicit QgsGeometryCheckerPlugin( QgisInterface* iface );
void initGui() override;
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/geometry_snapper/qgsgeometrysnapperplugin.h
Expand Up @@ -33,6 +33,8 @@ static const QString sPluginIcon = ":/geometrysnapper/icons/geometrysnapper.png"

class QgsGeometrySnapperPlugin : public QObject, public QgisPlugin
{
Q_OBJECT

public:
explicit QgsGeometrySnapperPlugin( QgisInterface* iface );
void initGui() override;
Expand Down

0 comments on commit ce5ed44

Please sign in to comment.