QMessageBox::warning(this,tr("Invalid action"),tr("The list is empty, there is nothing to export."));
return;
}
// Ask for a save path
QStringsave_path=QFileDialog::getSaveFileName(this,tr("Where would you like to save the list?"),QDir::homePath(),tr("Rule list (*.rssrules *.filters)"));