forked from qt-creator/qt-creator
Clang: Activate the code model with a check box
If the plugin is not activated, show a hint. The underlying settings are still mime type based. This will be addressed in a follow-up change. Change-Id: I24b232365d505a0022a78e96eb496d219a8b7c5b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -58,8 +58,8 @@ public:
|
||||
void applyToSettings() const;
|
||||
|
||||
private:
|
||||
bool applyToSettings(QComboBox *chooser, const QString &mimeType) const;
|
||||
void applyToWidget(QComboBox *chooser, const QString &mimeType) const;
|
||||
void setupClangCodeModelWidgets() const;
|
||||
bool applyClangCodeModelWidgetsToSettings() const;
|
||||
|
||||
private:
|
||||
Ui::CppCodeModelSettingsPage *m_ui;
|
||||
|
||||
Reference in New Issue
Block a user