forked from qt-creator/qt-creator
Docker: detect python in docker images
Change-Id: I841cdb7ce1cb8f34565a5e6993c5c825937e3eab Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -36,6 +36,14 @@ signals:
|
||||
void pylsConfigurationChanged(const QString &configuration);
|
||||
void pylsEnabledChanged(const bool enabled);
|
||||
|
||||
public slots:
|
||||
void detectPythonOnDevice(const Utils::FilePaths &searchPaths,
|
||||
const QString &deviceName,
|
||||
const QString &detectionSource,
|
||||
QString *logMessage);
|
||||
void removeDetectedPython(const QString &detectionSource, QString *logMessage);
|
||||
void listDetectedPython(const QString &detectionSource, QString *logMessage);
|
||||
|
||||
private:
|
||||
PythonSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user