ui: Added show files button to summary of compilation database project setup (issue 354)
bug id = 354
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user