Last indexation completed on 2025-02-16 05:30:02 UTC
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
![]() |
Parent directory | - | 2024-02-11 01:52:33 | ||
![]() |
colorfromstring.cpp | 131 bytes | 2024-02-11 01:52:33 | 2025-02-16 05:11:33 | include <QtGui/QColor> extern void takingColor(QColor); void test() { takingColor(QColor::fromString("#123")); // Warning } |
![]() |
colorfromstring.cpp.expected | 165 bytes | 2024-02-11 01:52:33 | - | |
![]() |
colorfromstring.cpp.fixed.expected | 121 bytes | 2024-02-11 01:52:33 | - | |
![]() |
config.json | 249 bytes | 2024-02-11 01:52:33 | - | |
![]() |
main.cpp | 757 bytes | 2024-02-11 01:52:33 | 2025-02-16 05:11:33 | include <QtGui/QColor> extern void takingColor(QColor); void test() { QColor c1; // OK QColor c2("#001020"); // Warning QColor c3(QString("#001020")); // Warning. |
![]() |
main.cpp.expected | 1478 bytes | 2024-02-11 01:52:33 | - | |
![]() |
main.cpp.fixed.expected | 765 bytes | 2024-02-11 01:52:33 | - |