Skip to content

Commit

Permalink
Doxygen doesn't like deprecated enums
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 12, 2021
1 parent 64b3b35 commit c68b67e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gui/qgssublayersdialog.h
Expand Up @@ -37,7 +37,7 @@ class GUI_EXPORT QgsSublayersDialog : public QDialog, private Ui::QgsSublayersDi
* Prompt behavior of the QgsSublayersDialog
* \deprecated Use Qgis::SublayerPromptMode instead
*/
enum Q_DECL_DEPRECATED PromptMode
enum PromptMode
{

/**
Expand All @@ -60,9 +60,7 @@ 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 c68b67e

Please sign in to comment.