Use nullptr.

This commit is contained in:
Andrius Štikonas 2022-01-18 20:30:48 +00:00
parent 312079422a
commit 7d4ca72118
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public:
double valueFromText(const QString& text) const override;
private:
QString stripped(const QString &t, int *pos = 0) const;
QString stripped(const QString &t, int *pos = nullptr) const;
};
#endif