remove test-keys for upload-animation

This commit is contained in:
doitux
2012-12-19 11:26:10 +01:00
parent efd4b1603c
commit 9f164bf004
@@ -196,12 +196,6 @@ void LogFileDialog::keyPressEvent ( QKeyEvent * event )
if(ui->treeWidget_logFiles->hasFocus()) {
ui->pushButton_deleteLog->click();
}
}
else if (event->key() == Qt::Key_N ){
uploadInProgressAnimationStart();
}
else if (event->key() == Qt::Key_M ){
uploadInProgressAnimationStop();
}
}