Server в Трее 1

This commit is contained in:
2025-10-20 12:44:37 +03:00
parent edadfdf323
commit f4ffc7c393
5 changed files with 149 additions and 8 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();
}