summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodestylepreferences.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-03-12 22:53:45 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-05-23 09:02:21 +0000
commit46cacd901aafa701020facbd6421da20f726425d (patch)
treefecc0e100e0a990dbb4f1cacc9c629503216d59d /src/plugins/cpptools/cppcodestylepreferences.h
parent324e221bee71b4fe4d525626acfa8edbcec3f16b (diff)
downloadqt-creator-46cacd901aafa701020facbd6421da20f726425d.tar.gz
CppTools: Use Qt5-style connects
Mostly done by clazy. Change-Id: I0fbbbe1a2d28b79bcb83093d608bca6e2f927ebb Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cppcodestylepreferences.h')
-rw-r--r--src/plugins/cpptools/cppcodestylepreferences.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cppcodestylepreferences.h b/src/plugins/cpptools/cppcodestylepreferences.h
index 7317528a02..9d211b746e 100644
--- a/src/plugins/cpptools/cppcodestylepreferences.h
+++ b/src/plugins/cpptools/cppcodestylepreferences.h
@@ -60,10 +60,9 @@ signals:
protected:
virtual QString settingsSuffix() const;
-private slots:
+private:
void slotCurrentValueChanged(const QVariant &);
-private:
CppCodeStyleSettings m_data;
};