forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.0'
Conflicts: src/plugins/debugger/debuggerruncontrol.cpp src/plugins/projectexplorer/projectwizardpage.cpp src/plugins/projectexplorer/xcodebuildparser.h src/plugins/qmldesigner/qmldesignerplugin.cpp src/tools/clangbackend/ipcsource/translationunits.cpp Change-Id: Ibf0857cf8dbf95fc9ac13d5c2112b3f4a2ca7de6
This commit is contained in:
@@ -159,7 +159,8 @@ void FunctionHintProposalWidget::showProposal(const QString &prefix)
|
||||
|
||||
d->m_pager->setVisible(d->m_totalHints > 1);
|
||||
d->m_currentHint = 0;
|
||||
QTC_ASSERT(updateAndCheck(prefix), abort(); return; );
|
||||
if (!updateAndCheck(prefix))
|
||||
return;
|
||||
|
||||
qApp->installEventFilter(this);
|
||||
d->m_popupFrame->show();
|
||||
|
||||
Reference in New Issue
Block a user