Skip to content
Snippets Groups Projects
Commit 96e97d13 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Tobias Hunger
Browse files

Fix compilation with Qt4


Change-Id: I537c800bb29cfcaf8e8242122a7a1fd7d89d7d7e
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 772c9f72
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ const char UCMANGLER_ID[] = "TextEditor::UppercaseMangler"; ...@@ -42,6 +42,8 @@ const char UCMANGLER_ID[] = "TextEditor::UppercaseMangler";
const char LCMANGLER_ID[] = "TextEditor::LowercaseMangler"; const char LCMANGLER_ID[] = "TextEditor::LowercaseMangler";
const char TCMANGLER_ID[] = "TextEditor::TitlecaseMangler"; const char TCMANGLER_ID[] = "TextEditor::TitlecaseMangler";
Q_DECLARE_METATYPE(QList<int>)
// -------------------------------------------------------------------- // --------------------------------------------------------------------
// Manglers: // Manglers:
// -------------------------------------------------------------------- // --------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment