Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/gui/qgsexpressionstoredialog.h
  • Loading branch information
nyalldawson committed Aug 12, 2021
1 parent 55c02f6 commit e17862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionstoredialog.h
Expand Up @@ -61,7 +61,7 @@ class GUI_EXPORT QgsExpressionStoreDialog : public QDialog, private Ui::QgsExpre
* Returns whether the label text was modified either manually by the user,
* or automatically because it contained slashes or leading/trailing whitespace characters
*/
bool isLabelModified() { return mLabel->text() != mOriginalLabel; } SIP_SKIP
bool isLabelModified() const { return mLabel->text() != mOriginalLabel; } SIP_SKIP

private:

Expand Down

0 comments on commit e17862d

Please sign in to comment.