aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/icodestylepreferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/icodestylepreferences.h')
-rw-r--r--src/plugins/texteditor/icodestylepreferences.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/texteditor/icodestylepreferences.h b/src/plugins/texteditor/icodestylepreferences.h
index 7239411b5c..451ac669cc 100644
--- a/src/plugins/texteditor/icodestylepreferences.h
+++ b/src/plugins/texteditor/icodestylepreferences.h
@@ -80,6 +80,9 @@ signals:
void currentDelegateChanged(TextEditor::ICodeStylePreferences *currentDelegate);
void currentPreferencesChanged(TextEditor::ICodeStylePreferences *currentPreferences);
void displayNameChanged(const QString &newName);
+ void aboutToBeRemoved(TextEditor::ICodeStylePreferences *preferences);
+ void aboutToBeCopied(TextEditor::ICodeStylePreferences *current,
+ TextEditor::ICodeStylePreferences *target);
private:
void codeStyleRemoved(ICodeStylePreferences *preferences);