Last indexation completed on 2024-04-28 17:16:15 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:18:30  
folder modules/ - 2024-02-11 01:18:30  
file CMakeLists.txt 1695 bytes 2024-02-11 01:18:30 -  
file main.cpp 233 bytes 2024-02-11 01:18:30 2024-04-28 16:03:03

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 01:18:30 2024-04-28 16:03:03

include "server.h"

file server.h 248 bytes 2024-02-11 01:18:30 2024-04-28 16:03:03

pragma once