summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2019-05-03 15:18:06 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2020-06-11 19:39:56 +0200
commitd0689ec867244a25635fb9504f2e6ff6e5c4a77b (patch)
tree841fd25ead91f3f1cc9f65aadbcdee1b88a833ba /src/corelib/kernel/qmetaobject.h
parent9b383f3d5c9774cff8a054027094bf1abf41c84f (diff)
Get rid of the obsolete isEditable flag for properties
Change-Id: I54411bd8e223671523c9c8fad5c80bfa6b5b7097 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/corelib/kernel/qmetaobject.h')
-rw-r--r--src/corelib/kernel/qmetaobject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/kernel/qmetaobject.h b/src/corelib/kernel/qmetaobject.h
index 3a9104c305..e9290e0844 100644
--- a/src/corelib/kernel/qmetaobject.h
+++ b/src/corelib/kernel/qmetaobject.h
@@ -289,9 +289,6 @@ public:
bool isDesignable() const;
bool isScriptable() const;
bool isStored() const;
-#if QT_DEPRECATED_SINCE(5, 15)
- QT_DEPRECATED_VERSION_5_15 bool isEditable() const;
-#endif
bool isUser() const;
bool isConstant() const;
bool isFinal() const;