aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/icodestylepreferences.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-12-18 10:30:00 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-12-18 11:54:16 +0000
commit0f8a3abb8b35d063e805ec99eecdf0b21ae19303 (patch)
tree0cce8bc11399e607404ddaab2e74e8ced4232677 /src/plugins/texteditor/icodestylepreferences.h
parent9d3b2f09986ef23afc9907c60acc9331697225ea (diff)
TextEditor: Rename slotCodeStyleRemoved and make it private
Change-Id: I70f3ef86faa3c7c4e55bdd524c6a17cdb13c8fc1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor/icodestylepreferences.h')
-rw-r--r--src/plugins/texteditor/icodestylepreferences.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/texteditor/icodestylepreferences.h b/src/plugins/texteditor/icodestylepreferences.h
index c8cfebc845..fa9a421cc7 100644
--- a/src/plugins/texteditor/icodestylepreferences.h
+++ b/src/plugins/texteditor/icodestylepreferences.h
@@ -103,9 +103,10 @@ signals:
protected:
virtual QString settingsSuffix() const = 0;
- void slotCodeStyleRemoved(ICodeStylePreferences *preferences);
private:
+ void codeStyleRemoved(ICodeStylePreferences *preferences);
+
Internal::ICodeStylePreferencesPrivate *d;
};