ui: Fixes for source group ui
* added final icons * fixed inconsistent names on copy * fixed files list for cdb groups not updated
This commit is contained in:
@@ -134,7 +134,6 @@ void QtProjectWizzardContent::filesButtonClicked()
|
||||
std::thread([&](){
|
||||
std::vector<std::string> fileNames = getFileNames();
|
||||
m_showFilesFunctor(fileNames);
|
||||
|
||||
}).detach();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user