ui: Added show files button to summary of compilation database project setup (issue 354)

bug id = 354
This commit is contained in:
Eberhard Graether
2017-04-18 22:41:41 +02:00
parent 63087913bd
commit c4deca4662
5 changed files with 17 additions and 1 deletions
@@ -45,6 +45,11 @@ void QtProjectWizzardWindow::saveContent()
m_content->save();
}
void QtProjectWizzardWindow::loadContent()
{
m_content->load();
}
void QtProjectWizzardWindow::populateWindow(QWidget* widget)
{
QGridLayout* layout = new QGridLayout();