dwww Home | Show directory contents | Find package

# detaching-member

Finds places where member containers are potentially detached.

#### Example

    QString MyClass::myMethod()
    {
        return m_container.first(); // Should be constFirst()
    }

#### Pitfalls
This check is disabled by default as it reports too many false positives.

Generated by dwww version 1.15 on Sun Jun 23 18:29:03 CEST 2024.