Python: check for pyside tools after installation

Change-Id: Icf9ae0ec08a78efc51216daa3304e76f8e812d5f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-06-16 15:33:32 +02:00
parent ca47064020
commit e74999cced
4 changed files with 23 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ public:
QList<PySideUicExtraCompiler *> extraCompilers() const;
private:
void checkForPySide(const Utils::FilePath &python);
void updateExtraCompilers();
Utils::FilePath m_pySideUicPath;