forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.8'
Conflicts: src/plugins/coreplugin/dialogs/externaltoolconfig.ui Change-Id: Ie38e9028cee599578c59b22325d85c097335243e
This commit is contained in:
@@ -102,6 +102,8 @@ public:
|
||||
TextMark::updateLineNumber(lineNumber);
|
||||
QTC_ASSERT(m_bp, return);
|
||||
m_bp->setLineNumber(lineNumber);
|
||||
if (GlobalBreakpoint gbp = m_bp->globalBreakpoint())
|
||||
gbp->m_params.lineNumber = lineNumber;
|
||||
}
|
||||
|
||||
void updateFileName(const FileName &fileName) final
|
||||
@@ -109,6 +111,8 @@ public:
|
||||
TextMark::updateFileName(fileName);
|
||||
QTC_ASSERT(m_bp, return);
|
||||
m_bp->setFileName(fileName.toString());
|
||||
if (GlobalBreakpoint gbp = m_bp->globalBreakpoint())
|
||||
gbp->m_params.fileName = fileName.toString();
|
||||
}
|
||||
|
||||
bool isDraggable() const final { return true; }
|
||||
|
||||
Reference in New Issue
Block a user