Last indexation completed on 2024-11-24 05:23:02 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 | 2024-11-24 04:19:36 | 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 | 2024-11-24 04:19:36 | ||
server.h | 248 bytes | 2024-02-11 01:40:55 | 2024-11-24 04:19:36 | pragma once |