forked from qt-creator/qt-creator
CppTools: Clean up commentssettings
Change-Id: I397195a3e6d8b40a55d2a68429daf6c812f52da2 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
205170a9e5
commit
fb8e3b9963
@@ -59,10 +59,9 @@ public:
|
||||
static CppToolsSettings *instance();
|
||||
|
||||
CppCodeStylePreferences *cppCodeStyle() const;
|
||||
const CommentsSettings &commentsSettings() const;
|
||||
|
||||
signals:
|
||||
void commentsSettingsChanged(const CppTools::CommentsSettings &settings);
|
||||
const CommentsSettings &commentsSettings() const;
|
||||
void setCommentsSettings(const CommentsSettings &commentsSettings);
|
||||
|
||||
private:
|
||||
Internal::CppToolsSettingsPrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user