QVersionNumber: compile with -Wzero-as-null-pointer-constant
Change-Id: I1514864f1c7ae0d260aad368e2dc4de84061732c Reviewed-by: Keith Gardner <kreios4004@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
f679a44f51
commit
f43885f8d1
|
|
@ -273,7 +273,7 @@ public:
|
|||
Q_CORE_EXPORT static Q_DECL_PURE_FUNCTION QVersionNumber commonPrefix(const QVersionNumber &v1, const QVersionNumber &v2) Q_REQUIRED_RESULT;
|
||||
|
||||
Q_CORE_EXPORT QString toString() const Q_REQUIRED_RESULT;
|
||||
Q_CORE_EXPORT static Q_DECL_PURE_FUNCTION QVersionNumber fromString(const QString &string, int *suffixIndex = 0) Q_REQUIRED_RESULT;
|
||||
Q_CORE_EXPORT static Q_DECL_PURE_FUNCTION QVersionNumber fromString(const QString &string, int *suffixIndex = Q_NULLPTR) Q_REQUIRED_RESULT;
|
||||
|
||||
private:
|
||||
#ifndef QT_NO_DATASTREAM
|
||||
|
|
|
|||
Loading…
Reference in New Issue