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 396 bytes 2024-02-11 01:29:30 -  
file fill-char-overloads.cpp 245 bytes 2024-02-11 01:29:30 2024-04-28 16:57:57  
file fill-char-overloads.cpp.expected 349 bytes 2024-02-11 01:29:30 -  
file main.cpp 851 bytes 2024-02-11 01:29:30 2024-04-28 16:57:57

include <QtCore/QString>

file main.cpp.expected 162 bytes 2024-02-11 01:29:30 -  
file qlatin1string.cpp 219 bytes 2024-02-11 01:29:30 2024-04-28 16:57:57

include <QtCore/QString> void test() { int a; QLatin1String("%1").arg(1); // Warn QLatin1String("%1").arg(a); // Warn QLatin1String("%1").arg(QChar(1)); // OK QLatin1String("%1").arg('a'); // OK }

file qlatin1string.cpp.expected 278 bytes 2024-02-11 01:29:30 -