Skip to content

Commit

Permalink
Layout widget classes are private
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 17, 2020
1 parent f27a490 commit 4ee3d22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/layout/qgslayoutlegendwidget.cpp
Expand Up @@ -46,6 +46,8 @@
#include <QMessageBox>
#include <QInputDialog>

///@cond PRIVATE

Q_GUI_EXPORT extern int qt_defaultDpiX();

static int _unfilteredLegendNodeIndex( QgsLayerTreeModelLegendNode *legendNode )
Expand Down Expand Up @@ -1491,3 +1493,5 @@ void QgsLayoutLegendNodeWidget::patchChanged( int )
mLegend->updateFilterByMap();
mLegend->endCommand();
}

///@endcond
4 changes: 4 additions & 0 deletions src/gui/layout/qgslayoutlegendwidget.h
Expand Up @@ -28,6 +28,8 @@
#include <QWidget>
#include <QItemDelegate>

///@cond PRIVATE

/**
* \ingroup gui
* A widget for setting properties relating to a layout legend.
Expand Down Expand Up @@ -196,5 +198,7 @@ class GUI_EXPORT QgsLayoutLegendNodeWidget: public QgsPanelWidget, private Ui::Q

};

///@endcond

#endif //QGSLAYOUTLEGENDWIDGET_H

0 comments on commit 4ee3d22

Please sign in to comment.