Last indexation completed on 2024-04-28 13:54:22 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:04:50  
file colorfromstring.cpp 131 bytes 2024-02-11 01:04:50 2024-04-28 13:34:34

include <QtGui/QColor> extern void takingColor(QColor); void test() { takingColor(QColor::fromString("#123")); // Warning }

file colorfromstring.cpp.expected 165 bytes 2024-02-11 01:04:50 -  
file colorfromstring.cpp.fixed.expected 121 bytes 2024-02-11 01:04:50 -  
file config.json 249 bytes 2024-02-11 01:04:50 -  
file main.cpp 757 bytes 2024-02-11 01:04:50 2024-04-28 13:34:34

include <QtGui/QColor> extern void takingColor(QColor); void test() { QColor c1; // OK QColor c2("#001020"); // Warning QColor c3(QString("#001020")); // Warning.

file main.cpp.expected 1478 bytes 2024-02-11 01:04:50 -  
file main.cpp.fixed.expected 765 bytes 2024-02-11 01:04:50 -