Remove KDE4 and Ubuntu Touch support

This commit is contained in:
Craig Drummond
2017-04-01 22:55:27 +01:00
parent 766bce148b
commit e60bdafa11
168 changed files with 268 additions and 6738 deletions

View File

@@ -49,7 +49,6 @@ bool PlayQueueProxyModel::filterAcceptsRow(int sourceRow, const QModelIndex &sou
return index.isValid() && matchesFilter(*static_cast<Song *>(index.internalPointer()));
}
#ifndef ENABLE_UBUNTU
QMimeData *PlayQueueProxyModel::mimeData(const QModelIndexList &indexes) const
{
QModelIndexList sourceIndexes;
@@ -66,4 +65,3 @@ bool PlayQueueProxyModel::dropMimeData(const QMimeData *data, Qt::DropAction act
const QModelIndex sourceIndex = mapToSource(index(row, column, parent));
return sourceModel()->dropMimeData(data, action, sourceIndex.row(), sourceIndex.column(), sourceIndex.parent());
}
#endif