Refine deprecation warning for QMetaProperty::isEditable
Following up on header review. Change-Id: I88553fdaa56364fe93e7eac5d2b062402c760be4 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
7fd271e733
commit
c61b81c385
@ -263,7 +263,7 @@ public:
|
||||
bool isScriptable(const QObject *obj = nullptr) const;
|
||||
bool isStored(const QObject *obj = nullptr) const;
|
||||
#if QT_DEPRECATED_SINCE(5, 15)
|
||||
QT_DEPRECATED bool isEditable(const QObject *obj = nullptr) const;
|
||||
QT_DEPRECATED_VERSION_5_15 bool isEditable(const QObject *obj = nullptr) const;
|
||||
#endif
|
||||
bool isUser(const QObject *obj = nullptr) const;
|
||||
bool isConstant() const;
|
||||
|
Loading…
Reference in New Issue
Block a user