Make it nicer, thanks to JMarc

This commit is contained in:
Richard Kimberly Heck 2020-04-16 21:05:38 -04:00
parent 46f1f6f1cb
commit 86a4c79dc4

View File

@ -1002,7 +1002,7 @@ struct Sleep : QThread
bool LyXComm::loadFilesInOtherInstance()
{
if (theFilesToLoad().size() == 0)
if (theFilesToLoad().empty())
return true;
int pipefd;