mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Comment only.
This commit is contained in:
parent
10ec8ed91d
commit
555b08c325
@ -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
|
||||
{
|
||||
LASSERT(!empty(), return true);
|
||||
|
Loading…
Reference in New Issue
Block a user