Last indexation completed on 2024-04-14 05:53:08 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 config.json 151 bytes 2024-02-11 01:52:33 -  
file main.cpp 221 bytes 2024-02-11 01:52:33 2024-04-14 05:32:11

include <QtCore/QObject> class B { public: enum BB { }; }; class A : public QObject { public: enum E { }; Q_ENUMS(E) // Warning enum E2 { }; Q_ENUM(E2) Q_ENUMS(B::BB) // OK };

file main.cpp.expected 78 bytes 2024-02-11 01:52:33 -