Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build
  • Loading branch information
jef-n committed Jan 15, 2020
1 parent ecd90c6 commit 69a53d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsfixattributedialog.h
Expand Up @@ -27,13 +27,13 @@
#include "qgis_gui.h"

/**
* \ingroup gui
* \ingroup app
* \class QgsFixAttributeDialog
* \brief Dialog to fix a list of invalid feature regarding constraints
* \since QGIS 3.12
*/

class GUI_EXPORT QgsFixAttributeDialog : public QDialog
class APP_EXPORT QgsFixAttributeDialog : public QDialog
{
Q_OBJECT

Expand Down

0 comments on commit 69a53d9

Please sign in to comment.