forked from qt-creator/qt-creator
debugger: add missing 'Use full path' toggle in recently added 'Add Breakpoints' dialog
Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -62,6 +62,7 @@ private:
|
||||
void deleteBreakpoints(const QModelIndexList &list);
|
||||
void deleteBreakpoints(QList<int> rows);
|
||||
void addBreakpoint();
|
||||
bool editBreakpoint(BreakpointData *data); // Returns 'Accept'.
|
||||
void editBreakpoints(const QModelIndexList &list);
|
||||
void associateBreakpoint(const QModelIndexList &list, int thread);
|
||||
void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user