Login  Register

Re: what about the manual in 2.0.0

Posted by cantcode on Oct 03, 2013; 7:49pm
URL: https://forum.librecad.org/what-about-the-manual-in-2-0-0-tp5708949p5708956.html

Looking at librecad/src/main/qc_applicationwindow.cpp at line 3913
it says:
 if ((RS_SYSTEM->getDocPath().length()>0) && (QFile::exists(RS_SYSTEM->getDocPath()+ "/LibreCADdoc.qhc")==true))

So LibreCAD is looking for "LibreCADdoc.qhc"
But when I look into my doc folder, there is no LibreCADdoc.qhc file the closest thing is LibreCADdoc.qhcp
Can someone tell me how I can get those .qhc file?