[clazy] [Bug 423780] clazy-fully-qualified-moc-types not detecting missing namespace

Alexander Lohnau bugzilla_noreply at kde.org
Wed Jun 4 16:08:17 BST 2025


https://bugs.kde.org/show_bug.cgi?id=423780

Alexander Lohnau <alexander.lohnau at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |CONFIRMED
           Assignee|unassigned-bugs at kde.org     |alexander.lohnau at gmx.de
                 CC|                            |alexander.lohnau at gmx.de

--- Comment #5 from Alexander Lohnau <alexander.lohnau at gmx.de> ---
Can reproduce with this snippet 

#include <QtCore/QObject>

namespace N
{
class C : QObject
{
    enum E {
    };
Q_SIGNALS:
    void function(C::E value)
    {
    }
};
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list