diff options
| author | David Schulz <[email protected]> | 2022-06-16 15:33:32 +0200 |
|---|---|---|
| committer | David Schulz <[email protected]> | 2022-06-20 13:11:07 +0000 |
| commit | e74999ccedd6ea529ca4f21fe4e881bede57bcb0 (patch) | |
| tree | a18ba92f3c8ecb08c67af67918cfad10dabb9ab2 /src/plugins/python/pythonrunconfiguration.h | |
| parent | ca47064020d9f07d4dfa7a203fe7834fc7fa1562 (diff) | |
Python: check for pyside tools after installation
Change-Id: Icf9ae0ec08a78efc51216daa3304e76f8e812d5f
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.h')
| -rw-r--r-- | src/plugins/python/pythonrunconfiguration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.h b/src/plugins/python/pythonrunconfiguration.h index 5394896b948..89bddac83e2 100644 --- a/src/plugins/python/pythonrunconfiguration.h +++ b/src/plugins/python/pythonrunconfiguration.h @@ -43,6 +43,7 @@ public: QList<PySideUicExtraCompiler *> extraCompilers() const; private: + void checkForPySide(const Utils::FilePath &python); void updateExtraCompilers(); Utils::FilePath m_pySideUicPath; |
