From 96e97d1392f52c19d026b7fc203530d3f1ec89e8 Mon Sep 17 00:00:00 2001
From: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Tue, 20 Aug 2013 20:52:38 +0300
Subject: [PATCH] Fix compilation with Qt4

Change-Id: I537c800bb29cfcaf8e8242122a7a1fd7d89d7d7e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
---
 src/plugins/texteditor/snippets/snippet.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plugins/texteditor/snippets/snippet.cpp b/src/plugins/texteditor/snippets/snippet.cpp
index 3ff6a36c4e8..31482eab3e2 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:
 // --------------------------------------------------------------------
-- 
GitLab