Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594748 | Differences between
and this patch

Collapse All | Expand All

(-)qt-creator-opensource-src-3.6.1/src/plugins/coreplugin/variablechooser.cpp (-1 / +2 lines)
Lines 408-414 Link Here
408
 */
408
 */
409
void VariableChooserPrivate::updateDescription(const QModelIndex &index)
409
void VariableChooserPrivate::updateDescription(const QModelIndex &index)
410
{
410
{
411
    m_variableDescription->setText(m_model.data(index, Qt::ToolTipRole).toString());
411
    if (m_variableDescription)
412
        m_variableDescription->setText(m_model.data(index, Qt::ToolTipRole).toString());
412
}
413
}
413
414
414
/*!
415
/*!

Return to bug 594748