Reduce number of advanced config items - there was just too many.
This commit is contained in:
committed by
Craig Drummond
parent
9a392ae356
commit
b3bc9b456c
@@ -65,7 +65,6 @@ HttpServer::HttpServer()
|
||||
, socket(0)
|
||||
, closeTimer(0)
|
||||
{
|
||||
force=Settings::self()->alwaysUseHttp();
|
||||
connect(MPDConnection::self(), SIGNAL(cantataStreams(QList<Song>,bool)), this, SLOT(cantataStreams(QList<Song>,bool)));
|
||||
connect(MPDConnection::self(), SIGNAL(cantataStreams(QStringList)), this, SLOT(cantataStreams(QStringList)));
|
||||
connect(MPDConnection::self(), SIGNAL(removedIds(QSet<qint32>)), this, SLOT(removedIds(QSet<qint32>)));
|
||||
|
||||
Reference in New Issue
Block a user