Nothing specific to Boost is in GUIUtil::qstringToBoostPath
and GUIUtil::boostPathToQString
functions.
Related to bitcoin/bitcoin#20744.
Nothing specific to Boost is in GUIUtil::qstringToBoostPath
and GUIUtil::boostPathToQString
functions.
Related to bitcoin/bitcoin#20744.
-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-
Labels
Refactoring