Login  Register

QC_ApplicationWindow::slotHelpManual

Posted by ravas on Oct 23, 2015; 9:03am
URL: https://forum.librecad.org/QC-ApplicationWindow-slotHelpManual-tp5712471.html

Can we drop support for QT_VERSION < 0x040400 ?

Also, I noticed:
if ((RS_SYSTEM->getDocPath().length()>0) && (QFile::exists(RS_SYSTEM->getDocPath()+ "/LibreCADdoc.qhc")==true)) {
...
        } else {
            QMessageBox::information(this, tr("Help files not found"), tr("Bugger, I couldn't find the helpfiles on the filesystem."));
        }
which is relevant for:
http://forum.librecad.org/Help-error-message-td5712456.html

It looks like LibreCADdoc.qhc either isn't getting created or the function can't find it on that system.