Last indexation completed on 2025-05-04 05:33:13 UTC
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
![]() |
Parent directory | - | 2024-02-11 01:40:55 | ||
![]() |
modules/ | - | 2024-02-11 01:40:55 | ||
![]() |
CMakeLists.txt | 1695 bytes | 2024-02-11 01:40:55 | - | |
![]() |
main.cpp | 233 bytes | 2024-02-11 01:40:55 | 2025-05-04 04:27:40 | include "server.h" int main(int argc, char *argv[]) { Server s(argc, argv); // s.setQuitOnLastWindowClosed(false); if(!s.init()) { QCoreApplication::exit(-1); return -1; } return s.exec(); } |
![]() |
server.cpp | 1925 bytes | 2024-02-11 01:40:55 | 2025-05-04 04:27:40 | |
![]() |
server.h | 248 bytes | 2024-02-11 01:40:55 | 2025-05-04 04:27:40 | pragma once |