X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=core%2Fcore.cpp;h=f5c06fd62eceab7e82a950b7a6bd52c15e2bacd0;hb=33c58d75d27a8f72492cb71adbc43bf75281718c;hp=10c9d3d65d0929f547567ea281f6ff522b4f8242;hpb=8b192b08f3df4ce0e7cc4a08564645c76efa688d;p=quassel.git 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(); }