Last indexation completed on 2024-04-28 17:16:15 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:29:30  
file config.json 82 bytes 2024-02-11 01:29:30 -  
file main.cpp 211 bytes 2024-02-11 01:29:30 2024-04-28 16:57:55

include <QtCore/QList> void test() { QList<int> list; if (list.count()) {} // Warning bool b1 = list.count(); // Warning bool b2 = list.size(); // Warning if (list.indexOf(1)) {} // OK }

file main.cpp.expected 269 bytes 2024-02-11 01:29:30 -