Debugger: Consolidate Debugger view creation

Change-Id: I43353911c7c0c8250ee2bccddcf5fdccf04d457c
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-06-04 14:45:10 +02:00
parent 8d04a3aa80
commit 11a2d3dc46
23 changed files with 137 additions and 328 deletions

View File

@@ -30,7 +30,6 @@
#ifndef DEBUGGER_SNAPSHOTWINDOW_H
#define DEBUGGER_SNAPSHOTWINDOW_H
#include "basewindow.h"
#include <utils/basetreeview.h>
namespace Debugger {
@@ -54,17 +53,6 @@ private:
SnapshotHandler *m_snapshotHandler;
};
class SnapshotWindow : public BaseWindow
{
Q_OBJECT
public:
explicit SnapshotWindow(SnapshotHandler *handler)
: BaseWindow(new SnapshotTreeView(handler))
{
setWindowTitle(tr("Snapshots"));
}
};
} // namespace Internal
} // namespace Debugger