add to watchwindow was missing an update.

This commit is contained in:
hjk
2008-12-10 16:53:18 +01:00
parent 540c6de108
commit 154121279e
2 changed files with 1 additions and 2 deletions

View File

@@ -877,9 +877,9 @@ void WatchHandler::watchExpression(const QString &exp)
data.name = exp;
data.iname = "watch." + exp;
insertData(data);
emit watchModelUpdateRequested();
}
void WatchHandler::setDisplayedIName(const QString &iname, bool on)
{
WatchData *d = findData(iname);