summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools/qmljscodestylepreferencesfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljstools/qmljscodestylepreferencesfactory.h')
-rw-r--r--src/plugins/qmljstools/qmljscodestylepreferencesfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljstools/qmljscodestylepreferencesfactory.h b/src/plugins/qmljstools/qmljscodestylepreferencesfactory.h
index c6764123d8..0061843485 100644
--- a/src/plugins/qmljstools/qmljscodestylepreferencesfactory.h
+++ b/src/plugins/qmljstools/qmljscodestylepreferencesfactory.h
@@ -40,7 +40,7 @@ public:
QWidget *createEditor(TextEditor::ICodeStylePreferences *settings,
QWidget *parent) const;
TextEditor::Indenter *createIndenter() const;
- TextEditor::SnippetProvider *snippetProvider() const;
+ QString snippetProviderGroupId() const;
QString previewText() const;
};