aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codestyleeditor.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-12-13 01:18:33 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-12-18 11:54:12 +0000
commit9d3b2f09986ef23afc9907c60acc9331697225ea (patch)
treef0baefe87dab138a59dd5b93bba45283e32069d4 /src/plugins/texteditor/codestyleeditor.h
parentb6131e1b1dfc471e869d650ff97a6b119ec2325c (diff)
TextEditor: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I380120e3419d2a3c0e272f51cc3e0d5f6aaa5e9b Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor/codestyleeditor.h')
-rw-r--r--src/plugins/texteditor/codestyleeditor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/texteditor/codestyleeditor.h b/src/plugins/texteditor/codestyleeditor.h
index 443270a9c7..d4ee018e40 100644
--- a/src/plugins/texteditor/codestyleeditor.h
+++ b/src/plugins/texteditor/codestyleeditor.h
@@ -54,10 +54,9 @@ public:
void clearMargins();
-private slots:
+private:
void updatePreview();
-private:
QVBoxLayout *m_layout;
ICodeStylePreferencesFactory *m_factory;
ICodeStylePreferences *m_codeStyle;