Last indexation completed on 2024-05-12 14:04:40 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 00:53:22  
folder modules/ - 2024-02-11 00:53:22  
file CMakeLists.txt 1695 bytes 2024-02-11 00:53:22 -  
file main.cpp 233 bytes 2024-02-11 00:53:22 2024-05-12 12:46:59

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(); }

file server.cpp 1925 bytes 2024-02-11 00:53:22 2024-05-12 12:46:59

include "server.h"

file server.h 248 bytes 2024-02-11 00:53:22 2024-05-12 12:46:59

pragma once