Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:52:33  
file colorfromstring.cpp 131 bytes 2024-02-11 01:52:33 2024-04-21 05:38:52

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

file colorfromstring.cpp.expected 165 bytes 2024-02-11 01:52:33 -  
file colorfromstring.cpp.fixed.expected 121 bytes 2024-02-11 01:52:33 -  
file config.json 249 bytes 2024-02-11 01:52:33 -  
file main.cpp 757 bytes 2024-02-11 01:52:33 2024-04-21 05:38:52

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:52:33 -  
file main.cpp.fixed.expected 765 bytes 2024-02-11 01:52:33 -