forked from qt-creator/qt-creator
Small refactor, preparation for built-in settings
Change-Id: I91de7a01aba37f41398df7b06dbe5af868094379 Reviewed-on: http://codereview.qt.nokia.com/615 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
This commit is contained in:
@@ -47,13 +47,10 @@ private slots:
|
||||
void decorateEditors(const TextEditor::FontSettings &fontSettings);
|
||||
void setVisualizeWhitespace(bool on);
|
||||
void slotCppCodeStyleSettingsChanged();
|
||||
void slotSettingsChanged();
|
||||
void updatePreview();
|
||||
void setCppCodeStyleSettings(const CppTools::CppCodeStyleSettings &settings, bool preview = true);
|
||||
void slotCurrentFallbackChanged(TextEditor::IFallbackPreferences *, bool preview = true);
|
||||
void slotCurrentPreferencesChanged(TextEditor::IFallbackPreferences *, bool preview = true);
|
||||
|
||||
signals:
|
||||
void cppCodeStyleSettingsChanged(const CppTools::CppCodeStyleSettings &);
|
||||
private:
|
||||
CppCodeStyleSettings cppCodeStyleSettings() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user