One more fix to connection handling.
[jenirok] / src / common / source.cpp
index ac246ab..5d1315e 100644 (file)
@@ -181,7 +181,6 @@ void Source::setError(Source::Error error, QString const& errorString)
 
 void Source::httpReady(int id, bool error)
 {
-
     if(error)
     {
         if(http_.error() == QHttp::Aborted)