mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Make it nicer, thanks to JMarc
This commit is contained in:
parent
46f1f6f1cb
commit
86a4c79dc4
@ -1002,7 +1002,7 @@ struct Sleep : QThread
|
||||
|
||||
bool LyXComm::loadFilesInOtherInstance()
|
||||
{
|
||||
if (theFilesToLoad().size() == 0)
|
||||
if (theFilesToLoad().empty())
|
||||
return true;
|
||||
|
||||
int pipefd;
|
||||
|
Loading…
Reference in New Issue
Block a user