From 4a2dd17aa0601fffd42f2ec1c92c6a1b79f648d3 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Feb 2013 20:53:16 +0200 Subject: work on client started (services retrieving implemented) server services packet handling implemented --- client/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'client/main.cpp') diff --git a/client/main.cpp b/client/main.cpp index 8692105..3ce6fdb 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -22,7 +22,6 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; - w.show(); return a.exec(); } -- cgit v1.2.3