shared: FileSaver: Print message for OK_WASEMPTY
This commit is contained in:
parent
83ed935790
commit
614238edda
@ -87,6 +87,10 @@ int FileSaver::processFiles(const QVector<QString> paths, std::function<SaveFile
|
|||||||
{
|
{
|
||||||
Logger::info() << "Saved" << path << Qt::endl;
|
Logger::info() << "Saved" << path << Qt::endl;
|
||||||
}
|
}
|
||||||
|
else if(result == OK_WASEMPTY)
|
||||||
|
{
|
||||||
|
Logger::info() << "Saved (but content was empty)" << path << Qt::endl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user