~ubuntu-branches/ubuntu/wily/qtconnectivity-opensource-src/wily

« back to all changes in this revision

Viewing changes to src/bluetooth/qbluetoothlocaldevice.cpp

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Timo Jyrinki
  • Date: 2014-02-23 00:01:49 UTC
  • mfrom: (0.1.3 experimental) (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140223000149-ht3k3x21dr5n5dol
Tags: 5.2.1-1
[ Timo Jyrinki ]
* New upstream release
* Move mkspecs to the new location
* Make private headers cleaning non version specific
* Add examples package
* Add dependencies to build against the 5.2.1 versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include "qbluetoothaddress.h"
45
45
 
46
46
#include <QtCore/QString>
47
 
#include <QDebug>
48
47
 
49
 
QT_BEGIN_NAMESPACE_BLUETOOTH
 
48
QT_BEGIN_NAMESPACE
50
49
 
51
50
/*!
52
51
    \class QBluetoothLocalDevice
220
219
  \fn QBluetoothLocalDevice::requestPairing(const QBluetoothAddress &address, Pairing pairing)
221
220
 
222
221
  Set the \a pairing status with \a address.  The results are returned by the signal, pairingFinished().
 
222
  On BlackBerry AuthorizedPaired is not possible and will have the same behavior as Paired.
223
223
  Caution: creating a pairing may take minutes, and may require the user to acknowledge.
224
224
*/
225
225
 
240
240
/*!
241
241
  \fn QBluetoothLocalDevice::QBluetoothLocalDevice(const QBluetoothAddress &address, QObject *parent = 0)
242
242
 
243
 
  Construct new QBluetoothLocalDevice for \a address.
 
243
  Construct new QBluetoothLocalDevice for \a address. If \a address is default constructed
 
244
  the resulting local device selects the local default device.
244
245
*/
245
246
 
246
247
#include "moc_qbluetoothlocaldevice.cpp"
247
248
 
248
 
QT_END_NAMESPACE_BLUETOOTH
 
249
QT_END_NAMESPACE