Сервер рефакт

This commit is contained in:
2025-10-21 14:40:35 +03:00
parent f2df91e97e
commit 5287d5f13d
9 changed files with 43 additions and 53 deletions

View File

@@ -6,6 +6,6 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
//w.show();
//w.show(); //По-умолчанию свернуто в трее
return a.exec();
}