Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15, 6.0
-
None
Description
Run moc on
#include <QObject> class Q : public QObject { Q_OBJECT public: Q() {} static constexpr auto s = uR"(")"; };
moc reports that it couldn't find any relevant classes, because it gets confused by the " inside the string literal.
Attachments
Issue Links
- relates to
-
QTBUG-89363 moc: Cannot handle "broken" raw-string
-
- Open
-