ui: clearing data in ProjectSetupScreen after creating new project

This commit is contained in:
Eberhard Graether
2015-11-04 14:14:20 +01:00
parent 5dada05bc5
commit 961d0fe541
4 changed files with 27 additions and 0 deletions
@@ -133,6 +133,11 @@ QtDirectoryListBox::QtDirectoryListBox(QWidget *parent)
resize();
}
void QtDirectoryListBox::clear()
{
m_list->clear();
}
void QtDirectoryListBox::dropEvent(QDropEvent *event)
{
QFileInfo fileInfo;