mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:17:01 +02:00
Remove unneeded variable.
This commit is contained in:
parent
e913ea7859
commit
b0e2b5fde1
1 changed files with 0 additions and 4 deletions
|
@ -197,10 +197,6 @@ void TestRunnerMobile::installAPK() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove the path
|
|
||||||
QStringList parts = installerPathname.split('/');
|
|
||||||
_installerFilename = parts[parts.length() - 1];
|
|
||||||
|
|
||||||
_statusLabel->setText("Installing");
|
_statusLabel->setText("Installing");
|
||||||
QString command = _adbInterface->getAdbCommand() + " install -r -d " + installerPathname + " >" + _workingFolder + "/installOutput.txt";
|
QString command = _adbInterface->getAdbCommand() + " install -r -d " + installerPathname + " >" + _workingFolder + "/installOutput.txt";
|
||||||
appendLog(command);
|
appendLog(command);
|
||||||
|
|
Loading…
Reference in a new issue