Gui: modernize C++: return braced init list
This commit is contained in:
@@ -394,7 +394,7 @@ Breakpoint PythonDebugger::getBreakpoint(const QString& fn) const
|
||||
}
|
||||
}
|
||||
|
||||
return Breakpoint();
|
||||
return {};
|
||||
}
|
||||
|
||||
bool PythonDebugger::toggleBreakpoint(int line, const QString& fn)
|
||||
|
||||
Reference in New Issue
Block a user