mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-02 20:05:45 +02:00
scripted-diff: Rename functions to drop mention of boost
-BEGIN VERIFY SCRIPT- FILES=$(git ls-files src/qt) sed -i 's/boostPathToQString/PathToQString/g' -- $FILES sed -i 's/qstringToBoostPath/QStringToPath/g' -- $FILES -END VERIFY SCRIPT-
This commit is contained in:
@@ -221,12 +221,12 @@ QString ClientModel::formatClientStartupTime() const
|
||||
|
||||
QString ClientModel::dataDir() const
|
||||
{
|
||||
return GUIUtil::boostPathToQString(gArgs.GetDataDirNet());
|
||||
return GUIUtil::PathToQString(gArgs.GetDataDirNet());
|
||||
}
|
||||
|
||||
QString ClientModel::blocksDir() const
|
||||
{
|
||||
return GUIUtil::boostPathToQString(gArgs.GetBlocksDirPath());
|
||||
return GUIUtil::PathToQString(gArgs.GetBlocksDirPath());
|
||||
}
|
||||
|
||||
void ClientModel::updateBanlist()
|
||||
|
||||
Reference in New Issue
Block a user