Python: Fix typo

Change-Id: Ide2d1d893ffcb0ebb6cb3aa787cf1f07960fcfc0
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-03-23 09:00:03 +01:00
committed by David Schulz
parent 7c3d6c1fc1
commit 71a7928194
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ private:
void cancel();
void installFinished();
void handleOutput();
void hanleError();
void handleError();
const Utils::FilePath m_python;
PipPackage m_package;