mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 1884ce2f4c into merged_master (Bitcoin PR bitcoin/bitcoin#22937)
This commit is contained in:
commit
2b8eef42dd
45 changed files with 348 additions and 197 deletions
|
|
@ -666,12 +666,12 @@ void setClipboard(const QString& str)
|
|||
|
||||
fs::path qstringToBoostPath(const QString &path)
|
||||
{
|
||||
return fs::path(path.toStdString());
|
||||
return fs::u8path(path.toStdString());
|
||||
}
|
||||
|
||||
QString boostPathToQString(const fs::path &path)
|
||||
{
|
||||
return QString::fromStdString(path.string());
|
||||
return QString::fromStdString(path.u8string());
|
||||
}
|
||||
|
||||
QString NetworkToQString(Network net)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue