Skip to content

Commit

Permalink
Fix another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 12, 2021
1 parent 5cb167b commit 98178e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgssublayersdialog.h
Expand Up @@ -21,6 +21,7 @@
#include "ui_qgssublayersdialogbase.h"
#include "qgis_sip.h"
#include "qgis_gui.h"
#include "qgis.h"

/**
* \ingroup gui
Expand Down Expand Up @@ -59,7 +60,9 @@ class GUI_EXPORT QgsSublayersDialog : public QDialog, private Ui::QgsSublayersDi
*/
PromptLoadAll
};
Q_NOWARN_DEPRECATED_PUSH
Q_ENUM( PromptMode )
Q_NOWARN_DEPRECATED_POP

enum ProviderType
{
Expand Down

0 comments on commit 98178e1

Please sign in to comment.