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

Alexander Lohnau <alexander.loh...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |CONFIRMED
           Assignee|unassigned-b...@kde.org     |alexander.loh...@gmx.de
                 CC|                            |alexander.loh...@gmx.de

--- Comment #5 from Alexander Lohnau <alexander.loh...@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 watching all bug changes.

Reply via email to