Fix selection of project files to add new files/classes to
Commit ac8e3714 did reorder the path list in ProjectWizardPage, while ProjceFileWizardExtension still assumed that the list displayed to the user is exactly the same as passed to ProjectWizardPage. The patch removes the index based communication between the classes altogether and directly stores the ProjectNode in the UserRole of the ComboBox entry.
Showing
- src/plugins/projectexplorer/projectfilewizardextension.cpp 3 additions, 15 deletionssrc/plugins/projectexplorer/projectfilewizardextension.cpp
- src/plugins/projectexplorer/projectwizardpage.cpp 27 additions, 9 deletionssrc/plugins/projectexplorer/projectwizardpage.cpp
- src/plugins/projectexplorer/projectwizardpage.h 4 additions, 3 deletionssrc/plugins/projectexplorer/projectwizardpage.h
Loading
Please register or sign in to comment