Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
67148893
Commit
67148893
authored
Mar 18, 2009
by
Thorbjørn Lindeijer
Browse files
Don't crash cause of referencing uninitialized pointers
parent
65969bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/genericprojectmanager/genericprojectwizard.cpp
View file @
67148893
...
...
@@ -166,6 +166,7 @@ void GenericProjectWizardDialog::updateFilesView(const QModelIndex ¤t,
void
GenericProjectWizardDialog
::
initializePage
(
int
id
)
{
#if 0
if (id == _secondPageId) {
using namespace Core::Utils;
...
...
@@ -174,6 +175,7 @@ void GenericProjectWizardDialog::initializePage(int id)
QDirModel *dirModel = qobject_cast<QDirModel *>(_dirView->model());
_dirView->setRootIndex(dirModel->index(projectPath));
}
#endif
}
bool
GenericProjectWizardDialog
::
validateCurrentPage
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment