Wizards: Fix custom wizards (fix up delayed creation).

Fixes e5f60a956f
This commit is contained in:
Friedemann Kleint
2010-08-31 14:34:09 +02:00
parent 7607f2ffbe
commit 1d45330153
5 changed files with 25 additions and 3 deletions

View File

@@ -233,3 +233,7 @@ void CoreImpl::openFiles(const QStringList &arguments)
m_mainwindow->openFiles(arguments);
}
void CoreImpl::emitNewItemsDialogRequested()
{
emit newItemsDialogRequested();
}