changeset 40 | 997690c3397a |
parent 33 | 837dcc42fd6a |
child 52 | 4545c04e61e1 |
--- a/bluetoothengine/btui/btuidelegate/btdelegateInquiry.h Fri Jun 11 13:48:51 2010 +0300 +++ b/bluetoothengine/btui/btuidelegate/btdelegateInquiry.h Wed Jun 23 18:23:52 2010 +0300 @@ -42,7 +42,15 @@ virtual void cancel(); +public slots: + void powerDelegateCompleted(int error); + private: + void exec_inquiry(); + +private: + BtAbstractDelegate* mAbstractDelegate; + }; #endif /* BTDELEGATEINQUIRY_H_ */