debugger: move SnapshotHandler to DebuggerPluginPrivate

This commit is contained in:
hjk
2010-07-20 17:36:20 +02:00
parent 063ae8ad97
commit cc131beb61
3 changed files with 9 additions and 13 deletions

View File

@@ -35,8 +35,6 @@
namespace Debugger {
namespace Internal {
class SnapshotHandler;
// This class contains data serving as a template for debugger engines
// started during a session.
@@ -57,11 +55,6 @@ public:
void loadSessionData();
void saveSessionData();
public:
// The global set of snapshots.
SnapshotHandler *m_snapshotHandler;
// The model serving as command dispatcher.
};