File: qbluetoothglobal.h

package info (click to toggle)
qtconnectivity-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,020 kB
  • sloc: cpp: 48,223; java: 1,825; xml: 793; ansic: 189; makefile: 22; sh: 20
file content (12 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DEPRECATED_HEADER_QtBluetooth_qbluetoothglobal_h
#define DEPRECATED_HEADER_QtBluetooth_qbluetoothglobal_h
#if defined(__GNUC__)
#  warning Header <QtBluetooth/qbluetoothglobal.h> is deprecated. Please include <QtBluetooth/qtbluetoothglobal.h> instead.
#elif defined(_MSC_VER)
#  pragma message ("Header <QtBluetooth/qbluetoothglobal.h> is deprecated. Please include <QtBluetooth/qtbluetoothglobal.h> instead.")
#endif
#include <QtBluetooth/qtbluetoothglobal.h>
#if 0
#pragma qt_no_master_include
#endif
#endif