Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/app/qgsidentifyresultsdialog.h
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
ismailsunni and nyalldawson committed Jun 17, 2022
1 parent e5f667d commit a38b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsidentifyresultsdialog.h
Expand Up @@ -134,7 +134,7 @@ class APP_EXPORT QgsIdentifyResultsDialog: public QDialog, private Ui::QgsIdenti

~QgsIdentifyResultsDialog() override;

static const inline QgsSettingsEntryBool settingHideNullValues = QgsSettingsEntryBool( QStringLiteral( "hideNullValues" ), QgsSettings::Prefix::MAP, false, QStringLiteral( "Whether hide or show attribute with NULL values in the identify feature result" ) );
static const inline QgsSettingsEntryBool settingHideNullValues = QgsSettingsEntryBool( QStringLiteral( "hideNullValues" ), QgsSettings::Prefix::MAP, false, QStringLiteral( "Whether to hide attributes with NULL values in the identify feature result" ) );

//! Adds feature from vector layer
void addFeature( QgsVectorLayer *layer,
Expand Down

0 comments on commit a38b4aa

Please sign in to comment.