Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 25, 2021
1 parent 7f700e3 commit f5eebae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion python/gui/auto_generated/qgsbrowserdockwidget.sip.in
Expand Up @@ -218,7 +218,6 @@ Toggle fast scan
will be removed in QGIS 4.0
%End


void selectionChanged( const QItemSelection &selected, const QItemSelection &deselected ) /Deprecated/;
%Docstring
Selection has changed.
Expand Down
2 changes: 0 additions & 2 deletions src/gui/qgsbrowserdockwidget.h
Expand Up @@ -207,8 +207,6 @@ class GUI_EXPORT QgsBrowserDockWidget : public QgsDockWidget
*/
Q_DECL_DEPRECATED void toggleFastScan() SIP_DEPRECATED;

// TODO QGIS 4.0: make these private

/**
* Selection has changed.
*
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsbrowserdockwidget_p.h
Expand Up @@ -34,7 +34,6 @@

#include <QSortFilterProxyModel>

#include "ui_qgsbrowserdockwidgetbase.h"
#include "ui_qgsbrowserlayerpropertiesbase.h"
#include "ui_qgsbrowserdirectorypropertiesbase.h"
#include "ui_qgsbrowserpropertiesdialogbase.h"
Expand Down

0 comments on commit f5eebae

Please sign in to comment.