QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Unable to write in directory"),tr("You don't have the permission to write in this directory with your current user account, please choose another directory."));
return;
}
if(!isDirectoryEmpty(m_dstDirectory,true))
{
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Directory not empty"),tr("This directory is not empty, please choose another one."));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Unable to write in directory"),tr("You don't have the permission to write in this directory with your current user account, please choose another directory."));
return;
}
if(!isDirectoryEmpty(m_dstDirectory,true))
{
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Directory not empty"),tr("This directory is not empty, please choose another one."));