MCPcopy Create free account
hub / github.com/LUX-Core/lux / showBackups

Function showBackups

src/qt/guiutil.cpp:445–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void showBackups()
446{
447 boost::filesystem::path pathBackups = GetDataDir() / "backups";
448
449 /* Open folder with default browser */
450 if (boost::filesystem::exists(pathBackups))
451 QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathBackups)));
452}
453
454void SubstituteFonts(const QString& language)
455{

Callers 2

BitcoinGUIMethod · 0.85
showBackupsMethod · 0.85

Calls 1

boostPathToQStringFunction · 0.85

Tested by

no test coverage detected