This commit is contained in:
Richard Kimberly Heck 2020-04-08 17:50:09 -04:00
parent bb0117d182
commit 46f1f6f1cb

View File

@ -1002,6 +1002,9 @@ struct Sleep : QThread
bool LyXComm::loadFilesInOtherInstance()
{
if (theFilesToLoad().size() == 0)
return true;
int pipefd;
int loaded_files = 0;
FileName const pipe(inPipeName());