debugger: add a destructor in the manual test

This commit is contained in:
hjk
2009-04-16 12:17:01 +02:00
parent 5076be59e3
commit 1f458da6bb

View File

@@ -87,6 +87,12 @@ public:
b = 2 + s + t;
a += 1;
}
~Foo()
{
a = 5;
}
void doit()
{
static QObject ob;