summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-13 10:06:20 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-13 11:18:26 +0300
commitf9a133cb3e77ed75c1b45b71b6f19578875b544b (patch)
treea1f43c33f407f06de14735b317703cf8ef45440c /plugins
parent599370d0561cd416d7c94dc293033f488cae4c2a (diff)
Remove TODOs
No need to bring these back after release, tasks were created in JIRA for relevant TODOs. Change-Id: I4cf5fb09276ee720000329b9ac2a48021cfe0830 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/declarative/plugin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/declarative/plugin.cpp b/plugins/declarative/plugin.cpp
index aef877b3..c801a32d 100644
--- a/plugins/declarative/plugin.cpp
+++ b/plugins/declarative/plugin.cpp
@@ -66,9 +66,6 @@ Q_DECLARE_METATYPE(QList<QAbstractAxis *>)
#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
-// NOTE: Hackish fixes for Qt5 (beta2).
-// These should not be needed or at least they are not needed in Qt4.
-
Q_DECLARE_METATYPE(DeclarativeChart *)
Q_DECLARE_METATYPE(DeclarativePolarChart *)
Q_DECLARE_METATYPE(DeclarativeMargins *)