mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +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;
|
||||
}
|
||||
|
||||
// Remove the path
|
||||
QStringList parts = installerPathname.split('/');
|
||||
_installerFilename = parts[parts.length() - 1];
|
||||
|
||||
_statusLabel->setText("Installing");
|
||||
QString command = _adbInterface->getAdbCommand() + " install -r -d " + installerPathname + " >" + _workingFolder + "/installOutput.txt";
|
||||
appendLog(command);
|
||||
|
|
Loading…
Reference in a new issue