summaryrefslogtreecommitdiff
path: root/client/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-15 20:53:16 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-15 20:53:16 +0200
commit4a2dd17aa0601fffd42f2ec1c92c6a1b79f648d3 (patch)
tree810c02c1cdd244aebdfebdba888a2a70158ab138 /client/main.cpp
parenteda5eaf4a1be590b9e4905f322b3e0923f65d312 (diff)
work on client started (services retrieving implemented)
server services packet handling implemented
Diffstat (limited to 'client/main.cpp')
-rw-r--r--client/main.cpp1
1 files changed, 0 insertions, 1 deletions
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();
}