Make it nicer, thanks to JMarc

(cherry picked from commit 86a4c79dc4)
This commit is contained in:
Richard Kimberly Heck 2020-04-16 21:05:38 -04:00
parent ce3b605ae9
commit f293de29d9

View File

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