diff options
author | hjk <hjk@qt.io> | 2020-01-28 18:48:32 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2020-01-29 06:30:48 +0000 |
commit | 2c865a771c1b9f6f2b8d32fc127ee0b29fda66c4 (patch) | |
tree | 5ee64746a0923fdd5c4b1941cccb6739d68aef44 /src/plugins/cpptools/cppcodestylepreferences.h | |
parent | e0c76647cecb13d6afd054ec6e22cc9e66df43b2 (diff) | |
download | qt-creator-2c865a771c1b9f6f2b8d32fc127ee0b29fda66c4.tar.gz |
TextEditor: De-noise ICodeStylePreferences setup a bit
Change-Id: I6c3fcbb6ef17c7ca5771326b1444f057cc150e3d
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cppcodestylepreferences.h')
-rw-r--r-- | src/plugins/cpptools/cppcodestylepreferences.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cpptools/cppcodestylepreferences.h b/src/plugins/cpptools/cppcodestylepreferences.h index 5e1f9ac28a..c390ca335e 100644 --- a/src/plugins/cpptools/cppcodestylepreferences.h +++ b/src/plugins/cpptools/cppcodestylepreferences.h @@ -57,9 +57,6 @@ signals: void codeStyleSettingsChanged(const CppTools::CppCodeStyleSettings &); void currentCodeStyleSettingsChanged(const CppTools::CppCodeStyleSettings &); -protected: - QString settingsSuffix() const override; - private: void slotCurrentValueChanged(const QVariant &); |