21#ifndef SAYONARA_CUSTOM_MIME_DATA_H
22#define SAYONARA_CUSTOM_MIME_DATA_H
24#include "Utils/Pimpl.h"
32 class AsyncDropHandler;
44 bool hasMetadata()
const;
46 void setPlaylistSourceIndex(
int playlistIndex);
47 int playlistSourceIndex()
const;
49 QString coverUrl()
const;
50 void setCoverUrl(
const QString& url);
55 bool hasDragSource(
const QObject* classInstance)
const;
Definition: DragDropAsyncHandler.h:12
Definition: CustomMimeData.h:35