MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / on_actionManual_triggered

Method on_actionManual_triggered

DSView/pv/toolbars/logobar.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void LogoBar::on_actionManual_triggered()
203{
204 QDir dir(GetAppDataDir());
205 QDesktopServices::openUrl( QUrl("file:///"+dir.absolutePath() + "/ug.pdf"));
206}
207
208void LogoBar::on_actionIssue_triggered()
209{

Callers

nothing calls this directly

Calls 1

GetAppDataDirFunction · 0.85

Tested by

no test coverage detected