Searched refs:copySongTo (Results 1 – 8 of 8) sorted by relevance
/dports/audio/cantata/cantata-2.4.2/devices/ |
H A D | audiocddevice.h | 67 void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover);
|
H A D | fsdevice.h | 123 … void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) override;
|
H A D | device.h | 124 …virtual void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover)=0;
|
H A D | mtpdevice.h | 159 void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover);
|
H A D | audiocddevice.cpp | 235 void AudioCdDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCo… in copySongTo() function in AudioCdDevice
|
H A D | fsdevice.cpp | 449 void FsDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo() function in FsDevice
|
H A D | actiondialog.cpp | 584 …dev->copySongTo(currentSong, fileName, overwrite->isChecked(), !copiedCovers.contains(Utils::getDi… in doNext()
|
H A D | mtpdevice.cpp | 1375 void MtpDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo() function in MtpDevice
|