CppTools: Clean up CppCodeModelSettingsWidget

Change-Id: Iee93d2d656a8a5c991b292d3e591cedd3e86f9e3
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-11-11 18:54:52 +01:00
parent 48952084a6
commit 439db76f64
2 changed files with 29 additions and 11 deletions

View File

@@ -59,7 +59,10 @@ public:
private:
void setupClangCodeModelWidgets() const;
void setupPchCheckBox() const;
bool applyClangCodeModelWidgetsToSettings() const;
bool applyPchCheckBoxToSettings() const;
private:
Ui::CppCodeModelSettingsPage *m_ui;