X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Fcore.cpp;h=f5c06fd62eceab7e82a950b7a6bd52c15e2bacd0;hp=10c9d3d65d0929f547567ea281f6ff522b4f8242;hb=84516825d33a1b448a894eaf2e804cabb032f5f1;hpb=7bcf3798d7e4edb49345f40c7c543f7a9bb97805 diff --git a/core/core.cpp b/core/core.cpp index 10c9d3d6..f5c06fd6 100644 --- a/core/core.cpp +++ b/core/core.cpp @@ -24,18 +24,15 @@ #include void Core::init() { - + Server::init(); } void Core::run() { - connect(this, SIGNAL(connectToIrc( const QString&, quint16 )), &server, SLOT(connectToIrc( const QString&, quint16 ))); connect(&server, SIGNAL(recvLine(const QString &)), this, SIGNAL(outputLine(const QString &))); //connect( server.start(); - qDebug() << "Core running..."; - exec(); }