Oops, fix some build errors in the WMDM device

This commit is contained in:
David Sansome 2010-08-30 12:38:09 +00:00
parent 0ed30857db
commit 210d7636f4
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ void WmdmDevice::FinishCopy(bool success) {
}
void WmdmDevice::StartDelete() {
StartCopy();
StartCopy(NULL);
}
bool WmdmDevice::DeleteFromStorage(const DeleteJob& job) {
@ -237,7 +237,7 @@ bool WmdmDevice::GetSupportedFiletypes(QList<Song::FileType>* ret, IWMDMDevice*
if (device->GetFormatSupport(
&formats, &format_count, &mime_types, &mime_count)) {
qWarning() << "Unable to get a list of supported formats for device" << canonical_name;
qWarning() << "Unable to get a list of supported formats for device";
return false;
}