Fix compilation with Qt4

Change-Id: I537c800bb29cfcaf8e8242122a7a1fd7d89d7d7e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-08-20 20:52:38 +03:00
committed by Tobias Hunger
parent 772c9f72e2
commit 96e97d1392

View File

@@ -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:
// --------------------------------------------------------------------