summaryrefslogtreecommitdiff
path: root/tests/test-resource.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-11 14:04:15 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-11 14:04:15 +0200
commit34cc1e61a9f32d371470934f0177b4810b67a873 (patch)
tree4bc983ba09dd633b0a8c3746baa0eb3b9586686c /tests/test-resource.h
parent16e168be787858303c33756c3895b3ec4a9ad2de (diff)
Implemented handleReservable()
Diffstat (limited to 'tests/test-resource.h')
-rw-r--r--tests/test-resource.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test-resource.h b/tests/test-resource.h
index 9028ccd..3d5a062 100644
--- a/tests/test-resource.h
+++ b/tests/test-resource.h
@@ -16,6 +16,10 @@ private:
public:
TestResource();
~TestResource();
+
+public slots:
+ void handleReservable();
+
private slots:
void init();
@@ -29,7 +33,6 @@ private slots:
void testResources();
void testReservable();
- void handleReservable();
};
#endif