Extend ioutputparser interface to improve testability

This commit is contained in:
Tobias Hunger
2010-03-03 18:01:32 +01:00
parent d7b927f2d2
commit c59912819f
5 changed files with 28 additions and 2 deletions

View File

@@ -492,6 +492,7 @@ TaskWindow::TaskWindow()
m_categoriesButton->setMenu(m_categoriesMenu);
qRegisterMetaType<ProjectExplorer::TaskWindow::Task>("ProjectExplorer::TaskWindow::Task");
qRegisterMetaType<QList<ProjectExplorer::TaskWindow::Task> >("QList<ProjectExplorer::TaskWindow::Task>");
updateActions();
}