Comment only.

This commit is contained in:
Pavel Sanda 2016-01-18 14:29:37 -08:00
parent 10ec8ed91d
commit 555b08c325

View File

@ -319,6 +319,9 @@ bool FileName::isSymLink() const
} }
//QFileInfo caching info might fool this test if file was changed meanwhile.
//refresh() helps, but we don't want to put it blindly here, because it might
//trigger slowdown on networked file systems.
bool FileName::isFileEmpty() const bool FileName::isFileEmpty() const
{ {
LASSERT(!empty(), return true); LASSERT(!empty(), return true);