Use AUTOMOC

This commit is contained in:
Craig Drummond
2018-03-07 19:04:14 +00:00
parent 92502ea92e
commit c5e7fa9c0d
258 changed files with 490 additions and 255 deletions

View File

@@ -65,3 +65,5 @@ 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());
}
#include "moc_playqueueproxymodel.cpp"