ui: Fixed indexed source files not updated on changes in project setup

* Now updated when pressing "Show Files" button
This commit is contained in:
Eberhard Graether
2018-12-06 19:51:28 +01:00
parent c7cc70c22e
commit 6d5937d18f
@@ -131,6 +131,7 @@ QFrame* QtProjectWizzardContent::addSeparator(QGridLayout* layout, int row) cons
void QtProjectWizzardContent::filesButtonClicked()
{
m_window->saveContent();
m_window->loadContent();
std::thread([&](){
const std::vector<FilePath> filePaths = getFilePaths();