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

« back to all changes in this revision

Viewing changes to src/bluetooth/qbluetooth.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:
39
39
**
40
40
****************************************************************************/
41
41
 
 
42
#include <QtCore/QLoggingCategory>
42
43
#include <QtBluetooth/qbluetooth.h>
43
44
 
44
 
QT_BEGIN_NAMESPACE_BLUETOOTH
 
45
QT_BEGIN_NAMESPACE
45
46
 
46
47
namespace QBluetooth {
47
48
 
76
77
*/
77
78
}
78
79
 
79
 
QT_END_NAMESPACE_BLUETOOTH
 
80
Q_LOGGING_CATEGORY(QT_BT, "qt.bluetooth")
 
81
Q_LOGGING_CATEGORY(QT_BT_BLUEZ, "qt.bluetooth.bluez")
 
82
Q_LOGGING_CATEGORY(QT_BT_QNX, "qt.bluetooth.qnx")
 
83
 
 
84
QT_END_NAMESPACE