summaryrefslogtreecommitdiff
path: root/tests/test-resource.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-11 13:07:22 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-11 13:07:22 +0200
commit16e168be787858303c33756c3895b3ec4a9ad2de (patch)
treef4b015e4afa70ba7718cd21b895e16c871eb7337 /tests/test-resource.h
parent60e514250464d6b563ab92b19bf717e57d7b6a52 (diff)
API documentation
Diffstat (limited to 'tests/test-resource.h')
-rw-r--r--tests/test-resource.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-resource.h b/tests/test-resource.h
index 6a39ad4..9028ccd 100644
--- a/tests/test-resource.h
+++ b/tests/test-resource.h
@@ -11,6 +11,8 @@ class TestResource: public QObject
private:
ResourceLibrary *resourceLibrary;
Resource *resource;
+
+ bool isReservable;
public:
TestResource();
~TestResource();
@@ -25,6 +27,9 @@ private slots:
void testApplicationClass();
void testResources();
+
+ void testReservable();
+ void handleReservable();
};
#endif