fixed local client/server communication (close client socket)

This commit is contained in:
Luis Ángel San Martín
2013-09-01 21:35:27 +02:00
parent f67a7c25ac
commit 404c551d29
5 changed files with 51 additions and 13 deletions

View File

@ -53,7 +53,6 @@ int main( int argc, char ** argv )
mw->connect(localServer,SIGNAL(comicUpdated(quint64, const ComicDB &)),mw,SLOT(updateComicsView(quint64, const ComicDB &)));
localServer->start();
//connections to localServer
mw->show();