Last indexation completed on 2024-11-17 05:23:51 UTC
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 01:52:33 | |||
config.json | 151 bytes | 2024-02-11 01:52:33 | - | ||
main.cpp | 208 bytes | 2024-02-11 01:52:33 | 2024-11-17 05:06:05 | include <QtCore/QObject> class MyObj : public QObject { Q_OBJECT public: void foo(); signals: void mySig(); // OK virtual void myVirtualSig(); // Warn public Q_SLOTS: void mySlot(); }; |
|
main.cpp.expected | 82 bytes | 2024-02-11 01:52:33 | - | ||
non-qobject-base.cpp | 303 bytes | 2024-02-11 01:52:33 | 2024-11-17 05:06:05 | ||
non-qobject-base.cpp.expected | 0 bytes | 2024-02-11 01:52:33 | - |