summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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