Last indexation completed on 2024-04-28 09:56:37 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 02:26:22  
file config.json 151 bytes 2024-02-11 02:26:22 -  
file main.cpp 221 bytes 2024-02-11 02:26:22 2024-04-28 09:33:52

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 02:26:22 -