diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-08-20 20:52:38 +0300 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-21 10:09:42 +0200 |
commit | 96e97d1392f52c19d026b7fc203530d3f1ec89e8 (patch) | |
tree | e14d895d63144a05dc387ce0d1791da53a76522c /src/plugins/texteditor/snippets/snippet.cpp | |
parent | 772c9f72e2602add0e8c52a5da1e84c49bb65ca3 (diff) | |
download | qt-creator-96e97d1392f52c19d026b7fc203530d3f1ec89e8.tar.gz |
Fix compilation with Qt4
Change-Id: I537c800bb29cfcaf8e8242122a7a1fd7d89d7d7e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/texteditor/snippets/snippet.cpp')
-rw-r--r-- | src/plugins/texteditor/snippets/snippet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/snippets/snippet.cpp b/src/plugins/texteditor/snippets/snippet.cpp index 3ff6a36c4e..31482eab3e 100644 --- a/src/plugins/texteditor/snippets/snippet.cpp +++ b/src/plugins/texteditor/snippets/snippet.cpp @@ -42,6 +42,8 @@ const char UCMANGLER_ID[] = "TextEditor::UppercaseMangler"; const char LCMANGLER_ID[] = "TextEditor::LowercaseMangler"; const char TCMANGLER_ID[] = "TextEditor::TitlecaseMangler"; +Q_DECLARE_METATYPE(QList<int>) + // -------------------------------------------------------------------- // Manglers: // -------------------------------------------------------------------- |