forked from qt-creator/qt-creator
debugger: rework the searchable view
This reverts most of commit 32ec60958d
and keeps the tree widgets fully accessible.
Change-Id: I34422c175bc43261bb8fe48e0130acb71cdfd721
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -39,12 +39,12 @@
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
class BreakWindow : public BaseWindow
|
||||
class BreakTreeView : public BaseTreeView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit BreakWindow(QWidget *parent = 0);
|
||||
explicit BreakTreeView(QWidget *parent = 0);
|
||||
|
||||
static void editBreakpoint(BreakpointModelId id, QWidget *parent);
|
||||
void setModel(QAbstractItemModel *model);
|
||||
@@ -65,6 +65,12 @@ private:
|
||||
void setBreakpointsEnabled(const BreakpointModelIds &ids, bool enabled);
|
||||
};
|
||||
|
||||
class BreakWindow : public BaseWindow
|
||||
{
|
||||
public:
|
||||
BreakWindow();
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user