diff options
Diffstat (limited to 'src/qml/jsruntime/qv4regexp_p.h')
| -rw-r--r-- | src/qml/jsruntime/qv4regexp_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4regexp_p.h b/src/qml/jsruntime/qv4regexp_p.h index 1bcc2c6f5a..63d4ed3ed2 100644 --- a/src/qml/jsruntime/qv4regexp_p.h +++ b/src/qml/jsruntime/qv4regexp_p.h @@ -109,7 +109,6 @@ public: bool multiLine() const { return m_multiLine; } int captureCount() const { return m_subPatternCount + 1; } -protected: static void destroy(Managed *that); static void markObjects(Managed *that, QV4::ExecutionEngine *e); |
