mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 23:07:25 -04:00
@@ -261,6 +261,11 @@ void WalletManager::setLogLevel(int logLevel)
|
||||
Monero::WalletManagerFactory::setLogLevel(logLevel);
|
||||
}
|
||||
|
||||
void WalletManager::setLogCategories(const QString &categories)
|
||||
{
|
||||
Monero::WalletManagerFactory::setLogCategories(categories.toStdString());
|
||||
}
|
||||
|
||||
QString WalletManager::urlToLocalPath(const QUrl &url) const
|
||||
{
|
||||
return QDir::toNativeSeparators(url.toLocalFile());
|
||||
|
||||
Reference in New Issue
Block a user