summaryrefslogtreecommitdiff
path: root/tests/test-memory-leaks/test-memory-leaks.h
diff options
context:
space:
mode:
authorVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-06-21 17:23:09 +0300
committerVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-07-05 14:28:13 +0300
commitb026f0ad41985234416fa9ca1a2d054e8825961d (patch)
tree48b223aef928c293795d3fda1b1e60045e37a10f /tests/test-memory-leaks/test-memory-leaks.h
parent3ad5033772ff8c1a331f0c0b208a4a90b698e57b (diff)
Added initial version of the demo player
Updated documentation for the demo Added video resource acquisition
Diffstat (limited to 'tests/test-memory-leaks/test-memory-leaks.h')
-rw-r--r--tests/test-memory-leaks/test-memory-leaks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-memory-leaks/test-memory-leaks.h b/tests/test-memory-leaks/test-memory-leaks.h
index e515390..45b2389 100644
--- a/tests/test-memory-leaks/test-memory-leaks.h
+++ b/tests/test-memory-leaks/test-memory-leaks.h
@@ -8,6 +8,7 @@ class MemoryLeakTest : public QObject {
public:
MemoryLeakTest(QObject *parent = NULL) : QObject(parent) {}
+ void update_memory_stat();
void test();
private: