work save
This commit is contained in:
parent
8397ebb82f
commit
281e53acba
|
@ -343,10 +343,10 @@ PWatchVar Debugger::findWatchVar(const QString &name)
|
|||
return mWatchModel->findWatchVar(name);
|
||||
}
|
||||
|
||||
void Debugger::notifyWatchVarUpdated(PWatchVar var)
|
||||
{
|
||||
mWatchModel->notifyUpdated(var);
|
||||
}
|
||||
//void Debugger::notifyWatchVarUpdated(PWatchVar var)
|
||||
//{
|
||||
// mWatchModel->notifyUpdated(var);
|
||||
//}
|
||||
|
||||
void Debugger::notifyBeforeProcessWatchVar()
|
||||
{
|
||||
|
|
|
@ -210,7 +210,7 @@ public:
|
|||
void invalidateWatchVar(const QString& name);
|
||||
void invalidateWatchVar(PWatchVar var);
|
||||
PWatchVar findWatchVar(const QString& name);
|
||||
void notifyWatchVarUpdated(PWatchVar var);
|
||||
// void notifyWatchVarUpdated(PWatchVar var);
|
||||
void notifyBeforeProcessWatchVar();
|
||||
void notifyAfterProcessWatchVar();
|
||||
|
||||
|
|
Loading…
Reference in New Issue