aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljscodestylepreferencesfactory.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-04-24 15:52:04 +0200
committerEike Ziller <eike.ziller@qt.io>2017-04-25 12:03:08 +0000
commit9443f7104b9db282157ac3098b64f35110328bde (patch)
tree6035d4dec89aa878bcc3c8c2b2bdb40629a7cf90 /src/plugins/qmljstools/qmljscodestylepreferencesfactory.h
parent46b77013989fec0b529b318ec04012ab0872d504 (diff)
Remove the need to create ISnippetProvider subclasses
Change-Id: I1810aaa945136d9726a66dad41377429a6adc8e1 Reviewed-by: David Schulz <david.schulz@qt.io>
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 e88ea1ef49..c6764123d8 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::ISnippetProvider *snippetProvider() const;
+ TextEditor::SnippetProvider *snippetProvider() const;
QString previewText() const;
};