summaryrefslogtreecommitdiffstats
path: root/src/library/playlistfeature.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2013-10-30 17:45:38 -0400
committerRJ Ryan <rryan@mixxx.org>2013-10-30 17:45:38 -0400
commit4cfaf25d41603ec2dde471c9c187900d78c56dbe (patch)
treec0b718b135ae3388524443407483e1412a825d82 /src/library/playlistfeature.h
parentacd871b54cc3b7714a34b8ceb03e51de3123e831 (diff)
Change dropAccept and dropAcceptChild to accept QObject sources instead of QWidget (needed for qt5 migration).
Diffstat (limited to 'src/library/playlistfeature.h')
-rw-r--r--src/library/playlistfeature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/playlistfeature.h b/src/library/playlistfeature.h
index 445da63dc2..71a61fdd2b 100644
--- a/src/library/playlistfeature.h
+++ b/src/library/playlistfeature.h
@@ -22,7 +22,7 @@ class PlaylistFeature : public BasePlaylistFeature {
QVariant title();
QIcon getIcon();
- bool dropAcceptChild(const QModelIndex& index, QList<QUrl> urls, QWidget *pSource);
+ bool dropAcceptChild(const QModelIndex& index, QList<QUrl> urls, QObject* pSource);
bool dragMoveAcceptChild(const QModelIndex& index, QUrl url);
public slots: