summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorMatthew Nicholson <matt@matt-land.com>2018-11-22 02:23:34 -0500
committerMatthew Nicholson <matt@matt-land.com>2019-01-31 21:49:21 -0500
commite982aca6915e3f91873f3b8c630e5b37664cbbdc (patch)
tree70f11bb885ff76e36b066f3683a459b8ea4abc81 /src/widget/wcoverart.h
parent93fcaabf0b2d1af551dbabb239bcf4dcd14ff75e (diff)
perform a deck clone when dragging a track from one deck to another
Instead of just loading the track that was dragged and dropped, clone the play state, play position, pitch/rate, and key.
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index e4cdf2f91c..40e4737191 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -33,6 +33,7 @@ class WCoverArt : public QWidget, public WBaseWidget {
signals:
void trackDropped(QString filename, QString group);
+ void cloneDeck(QString source_group, QString target_group);
private slots:
void slotCoverFound(const QObject* pRequestor,