QObject::tr
function is QString
:tiger2:
QObject::tr
function is QString
:tiger2:
-BEGIN VERIFY SCRIPT-
sed -i 's/QString(QObject::tr(\([^)]*\))/QObject::tr(\1/' src/qt/guiutil.cpp
-END VERIFY SCRIPT-
ACK def1e64bb4fc902bfc19d6487b33cd940f0e0f34, tested on macOS 10.14.6 Qt 5.15.2
This change is correct according to the Qt docs: https://doc.qt.io/qt-5/qobject.html#tr
Verified that these are all the occurrences of this case. Ran bitcoin-qt
and verified there are no alterations of behavior with this change.
Labels
Refactoring