[clazy] [Bug 423780] clazy-fully-qualified-moc-types not detecting missing namespace
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Sep 14 15:01:58 BST 2022
https://bugs.kde.org/show_bug.cgi?id=423780
szehowe.koh at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Resolution|FIXED |---
CC| |szehowe.koh at gmail.com
Status|RESOLVED |REOPENED
--- Comment #4 from szehowe.koh at gmail.com ---
The patched documentation addresses the missing warning in Q_PROPERTY(). What
about the test case in the original post?
namespace N {
class C: QObject
{
enum E {};
signals:
void function(C::E value) {} // Wrong, needs namespace
};
}
See also https://bugreports.qt.io/browse/QTCREATORBUG-28120
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list