debugger: show more detail for "special" breakpoints in breakwindow

main/throw/catch
This commit is contained in:
hjk
2011-02-14 13:56:18 +01:00
parent 8735f0d1bb
commit d6c870e90e
2 changed files with 7 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ class BreakpointDialog : public QDialog
{
Q_OBJECT
public:
explicit BreakpointDialog(unsigned engineCapabilities = AllDebuggerCapabilities, QWidget *parent = 0);
explicit BreakpointDialog(unsigned engineCapabilities, QWidget *parent = 0);
bool showDialog(BreakpointParameters *data);
void setParameters(const BreakpointParameters &data);