forked from qt-creator/qt-creator
debugger: reenable disabling of breakpoints in editor context menu
This commit is contained in:
@@ -45,17 +45,10 @@ public:
|
||||
explicit BreakWindow(QWidget *parent = 0);
|
||||
~BreakWindow();
|
||||
|
||||
BreakpointData *findSimilarBreakpoint(const BreakpointData *needle);
|
||||
void updateBreakpoint(BreakpointData *data);
|
||||
//void appendBreakpoint(BreakpointData *data);
|
||||
//void removeBreakpoint(BreakpointData *data);
|
||||
QVariant modelData(int role, int index);
|
||||
|
||||
public slots:
|
||||
private slots:
|
||||
void resizeColumnsToContents();
|
||||
void setAlwaysResizeColumnsToContents(bool on);
|
||||
|
||||
private slots:
|
||||
void rowActivated(const QModelIndex &index);
|
||||
void setAlternatingRowColorsHelper(bool on) { setAlternatingRowColors(on); }
|
||||
void showAddressColumn(bool on);
|
||||
|
||||
Reference in New Issue
Block a user