gui: mainwindow: Add menu action to open web user manual

Este commit está contenido en:
2022-07-23 20:16:14 +02:00
padre a33c7f1859
commit ab064c3e3b
Se han modificado 4 ficheros con 15 adiciones y 0 borrados

Ver fichero

@ -234,3 +234,8 @@ QString Common::versionText()
QString tag = GIT_TAG;
return tag + " (" + commitid + ") built " + __DATE__ + " " + __TIME__;
}
QString Common::userManualUrl()
{
return QString("https://github.com/quitesimpleorg/looqs/blob/%1/USAGE.md").arg(QString(GIT_COMMIT_ID));
}