forked from qt-creator/qt-creator
Python: restructure settings
Change-Id: I32b3bed5581e06e981863b561b9b2f2bb125b82e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -39,7 +39,15 @@ signals:
|
||||
private:
|
||||
PythonSettings();
|
||||
|
||||
void initFromSettings(QSettings *settings);
|
||||
void writeToSettings(QSettings *settings);
|
||||
|
||||
QList<Interpreter> m_interpreters;
|
||||
QString m_defaultInterpreterId;
|
||||
bool m_pylsEnabled = true;
|
||||
QString m_pylsConfiguration;
|
||||
|
||||
static void saveSettings();
|
||||
};
|
||||
|
||||
} // PythonEditor::Internal
|
||||
} // Python::Internal
|
||||
|
||||
Reference in New Issue
Block a user