Indexing started on 2024-05-05 02:30:04 (UTC) still in progress

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:29:30  
file 392441.cpp 197 bytes 2024-02-11 01:29:30 Not valid

include <QtWidgets/QComboBox> void test_bug392441() { QComboBox *combo; QObject::connect(combo, QOverload<const QString &>::of(&QComboBox::currentIndexChanged), [] (QString) {}); // OK }

file 392441.cpp.expected 0 bytes 2024-02-11 01:29:30 -  
file bug374951.cpp 541 bytes 2024-02-11 01:29:30 Not valid  
file bug374951.cpp.expected 107 bytes 2024-02-11 01:29:30 -  
file bug375239.cpp 381 bytes 2024-02-11 01:29:30 Not valid

include <QtCore/QObject>

file bug375239.cpp.expected 0 bytes 2024-02-11 01:29:30 -  
file bug375748.cpp 168 bytes 2024-02-11 01:29:30 Not valid

include <QtCore/QObject> class Foo: public QObject { Q_OBJECT public: Foo() { connect(this, &Foo::bar, []{}); } Q_SIGNALS: void bar(); };

file bug375748.cpp.expected 0 bytes 2024-02-11 01:29:30 -  
file bug376137.cpp 239 bytes 2024-02-11 01:29:30 Not valid  
file bug376137.cpp.expected 0 bytes 2024-02-11 01:29:30 -  
file bug431186.cpp 158 bytes 2024-02-11 01:29:30 Not valid

include <QtWidgets/QTreeWidget> class MyTree : public QTreeView { public: MyTree() { connect(this, &QTreeWidget::entered, this, []{}); } };

file bug431186.cpp.expected 0 bytes 2024-02-11 01:29:30 -  
file config.json 570 bytes 2024-02-11 01:29:30 -  
file main.cpp 1143 bytes 2024-02-11 01:29:30 Not valid  
file main.cpp.expected 314 bytes 2024-02-11 01:29:30 -