diff -r 12bc758d6a02 -r 25b8d29b7c59 telutils/dialpad/inc/dialpadbluetootheventfilter.h --- a/telutils/dialpad/inc/dialpadbluetootheventfilter.h Mon Oct 04 15:57:13 2010 +0300 +++ b/telutils/dialpad/inc/dialpadbluetootheventfilter.h Fri Oct 15 13:21:28 2010 +0300 @@ -22,6 +22,7 @@ class QTimer; class Dialpad; +class XQAiwRequest; /*! DialpadBluetoothEventFilter @@ -46,10 +47,24 @@ */ void toggleBluetooth(); + /*! + \fn void requestCompleted(const QVariant& value) + + XQAiwRequest informs that it has completed bluetooth request succesfully. + */ + void requestOk(const QVariant& value); + + /*! + \fn void requestError(int errorCode, QString errorMessage) + + XQAiwRequest informs that bluetooth request failed. + */ + void requestError(int errorCode, const QString& errorMessage); private: QTimer *mLongPressTimer; Dialpad* mDialpad; + XQAiwRequest *mRequest; }; #endif // DIALPADBLUETOOTHEVENTFILTER_H