File: QtBluetooth

package info (click to toggle)
qtconnectivity-opensource-src 5.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,724 kB
  • ctags: 3,316
  • sloc: cpp: 26,896; xml: 408; java: 237; ansic: 104; makefile: 13; sh: 9
file content (20 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef QT_QTBLUETOOTH_MODULE_H
#define QT_QTBLUETOOTH_MODULE_H
#include <QtBluetooth/QtBluetoothDepends>
#include "qbluetooth.h"
#include "qbluetoothaddress.h"
#include "qbluetoothdevicediscoveryagent.h"
#include "qbluetoothdeviceinfo.h"
#include "qbluetoothglobal.h"
#include "qbluetoothhostinfo.h"
#include "qbluetoothlocaldevice.h"
#include "qbluetoothserver.h"
#include "qbluetoothservicediscoveryagent.h"
#include "qbluetoothserviceinfo.h"
#include "qbluetoothsocket.h"
#include "qbluetoothtransfermanager.h"
#include "qbluetoothtransferreply.h"
#include "qbluetoothtransferrequest.h"
#include "qbluetoothuuid.h"
#include "qtbluetoothversion.h"
#endif