debugger: s/*ViewAgent/*Agent/ to reduce noise and match file names

This commit is contained in:
hjk
2010-12-14 12:29:32 +01:00
parent b90bb97fa9
commit fb837b5230
17 changed files with 101 additions and 102 deletions

View File

@@ -43,13 +43,13 @@ class DebuggerEngine;
namespace Internal {
class MemoryViewAgent : public QObject
class MemoryAgent : public QObject
{
Q_OBJECT
public:
explicit MemoryViewAgent(DebuggerEngine *engine);
~MemoryViewAgent();
explicit MemoryAgent(DebuggerEngine *engine);
~MemoryAgent();
enum { BinBlockSize = 1024 };