Warning, /sdk/clazy/tests/qcolor-from-literal/colorfromstring.cpp.fixed.expected is written in an unsupported language. File is not indexed.

0001 #include <QtGui/QColor>
0002 
0003 extern void takingColor(QColor);
0004 
0005 void test()
0006 {
0007     takingColor(QColor(0x112233)); // Warning
0008 }