equal
deleted
inserted
replaced
178 }; |
178 }; |
179 |
179 |
180 inline int PatternPlatform::captureCount() const |
180 inline int PatternPlatform::captureCount() const |
181 { |
181 { |
182 if(m_compiledParts.testFlag(PatternPrecompiled)) |
182 if(m_compiledParts.testFlag(PatternPrecompiled)) |
183 return m_pattern.numCaptures(); |
183 return m_pattern.captureCount(); |
184 else |
184 else |
185 return -1; |
185 return -1; |
186 } |
186 } |
187 |
187 |
188 Q_DECLARE_OPERATORS_FOR_FLAGS(PatternPlatform::Flags) |
188 Q_DECLARE_OPERATORS_FOR_FLAGS(PatternPlatform::Flags) |