MCPcopy Create free account
hub / github.com/LANDrop/LANDrop / downloadPath

Method downloadPath

LANDrop/settings.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47QString Settings::downloadPath()
48{
49 QString d = QStandardPaths::writableLocation(QStandardPaths::DownloadLocation);
50 d += QDir::separator() + QApplication::applicationName();
51 return QSettings().value("downloadPath", d).toString();
52}
53
54bool Settings::discoverable()
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected