Remove unused var.
This commit is contained in:
@@ -530,7 +530,6 @@ bool PlayQueueModel::dropMimeData(const QMimeData *data,
|
||||
void PlayQueueModel::addItems(const QStringList &items, int row, bool replace, quint8 priority)
|
||||
{
|
||||
bool haveHttp=false;
|
||||
QStringList parsed;
|
||||
|
||||
foreach (const QString &f, items) {
|
||||
QUrl u(f);
|
||||
|
||||
Reference in New Issue
Block a user