ui: Fixed indexed source files not updated on changes in project setup
* Now updated when pressing "Show Files" button
This commit is contained in:
@@ -131,6 +131,7 @@ QFrame* QtProjectWizzardContent::addSeparator(QGridLayout* layout, int row) cons
|
|||||||
void QtProjectWizzardContent::filesButtonClicked()
|
void QtProjectWizzardContent::filesButtonClicked()
|
||||||
{
|
{
|
||||||
m_window->saveContent();
|
m_window->saveContent();
|
||||||
|
m_window->loadContent();
|
||||||
|
|
||||||
std::thread([&](){
|
std::thread([&](){
|
||||||
const std::vector<FilePath> filePaths = getFilePaths();
|
const std::vector<FilePath> filePaths = getFilePaths();
|
||||||
|
|||||||
Reference in New Issue
Block a user