Fix stupid bug with function scope.

This commit is contained in:
codestation
2014-10-11 18:32:10 -04:30
parent 8b6ab4f733
commit 953afb0280
9 changed files with 16 additions and 9 deletions

View File

@@ -186,7 +186,7 @@ QString readable_size(qint64 size, bool use_gib)
return QString().setNum(size_f,'f',2) + " " + unit;
}
int getProtocolVersion()
int getVitaProtocolVersion()
{
bool useCustom = QSettings().value("useCustomProtocol").toBool();
if(useCustom)