Don't inline sumUInt128 since it's used elsewhere as well

This commit is contained in:
Srivats P 2019-04-04 21:38:47 +05:30
parent a2190f9a9f
commit 677d56bf32

View File

@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include <QHostAddress>
inline quint32 sumUInt128(UInt128 value)
quint32 sumUInt128(UInt128 value)
{
quint8 *arr = value.toArray();
quint32 sum = 0;