Move metatype declarations, also clean old ones

This commit is contained in:
dt
2010-04-09 18:45:57 +02:00
parent a417b3d8ea
commit 5fa348792b
3 changed files with 5 additions and 18 deletions

View File

@@ -144,4 +144,7 @@ uint qHash(const Task &task);
} //namespace ProjectExplorer
Q_DECLARE_METATYPE(ProjectExplorer::Task)
Q_DECLARE_METATYPE(QList<ProjectExplorer::Task>)
#endif // TASKWINDOW_H