Skip to content

Commit

Permalink
replace Q_NULLPTR by nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyaani authored and github-actions[bot] committed Dec 16, 2021
1 parent 2c866f8 commit dcd5fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/mesh/qgsmeshdatasetgrouptreeview.h
Expand Up @@ -185,7 +185,7 @@ class QgsMeshDatasetGroupTreeItemDelagate: public QStyledItemDelegate
{
Q_OBJECT
public:
QgsMeshDatasetGroupTreeItemDelagate( QObject *parent = Q_NULLPTR );
QgsMeshDatasetGroupTreeItemDelagate( QObject *parent = nullptr );

void paint( QPainter *painter,
const QStyleOptionViewItem &option,
Expand Down
2 changes: 1 addition & 1 deletion tests/code_layout/acceptable_missing_doc.py
Expand Up @@ -116,7 +116,7 @@
"QgsFeatureListModel": ["displayExpression() const", "masterModel()", "Role", "featureByIndex(const QModelIndex &index, QgsFeature &feat)", "fidToIndexList(QgsFeatureId fid)", "mapSelectionToMaster(const QItemSelection &selection) const", "mapSelectionFromMaster(const QItemSelection &selection) const", "mapFromMaster(const QModelIndex &sourceIndex) const", "mapToMaster(const QModelIndex &proxyIndex) const", "setSourceModel(QgsAttributeTableFilterModel *sourceModel)"],
"QgsCurvePolygon": ["QgsCurvePolygon(const QgsCurvePolygon &p)"],
"QgsGeometry::Error": ["Error(const QString &m)", "Error(const QString &m, const QgsPointXY &p)"],
"QgsMeshDatasetGroupTreeItemDelagate": ["QgsMeshDatasetGroupTreeItemDelagate(QObject *parent=Q_\c nullptr)"],
"QgsMeshDatasetGroupTreeItemDelagate": ["QgsMeshDatasetGroupTreeItemDelagate(QObject *parent=nullptr)"],
"QgsGeometryCollection": ["QgsGeometryCollection(const QgsGeometryCollection &c)"],
"QgsCptCityBrowserModel": ["removeRootItems()", "connectItem(QgsCptCityDataItem *item)", "ViewType", "QgsCptCityBrowserModel(QObject *parent=nullptr, QgsCptCityArchive *archive=QgsCptCityArchive::defaultArchive(), ViewType Type=Authors)", "reload()", "refresh(const QModelIndex &index=QModelIndex())", "refresh(const QString &path)", "endRemoveItems()", "beginRemoveItems(QgsCptCityDataItem *parent, int first, int last)", "addRootItems()", "findItem(QgsCptCityDataItem *item, QgsCptCityDataItem *parent=nullptr) const", "beginInsertItems(QgsCptCityDataItem *parent, int first, int last)", "endInsertItems()"],
"QgsVectorLayerSelectionManager": ["QgsVectorLayerSelectionManager(QgsVectorLayer *layer, QObject *parent=nullptr)"],
Expand Down

0 comments on commit dcd5fd8

Please sign in to comment.