forked from qt-creator/qt-creator
Replace some PathChooser::setFile with setFilePath
Change-Id: I9a135e27d97b6706ea199b60a0b0b28838c77dcc Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -623,7 +623,7 @@ void BreakpointDialog::clearOtherParts(unsigned partsMask)
|
||||
{
|
||||
const unsigned invertedPartsMask = ~partsMask;
|
||||
if (invertedPartsMask & FileAndLinePart) {
|
||||
m_pathChooserFileName->setPath(QString());
|
||||
m_pathChooserFileName->setFilePath({});
|
||||
m_lineEditLineNumber->clear();
|
||||
m_comboBoxPathUsage->setCurrentIndex(BreakpointPathUsageEngineDefault);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user