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

« back to all changes in this revision

Viewing changes to examples/bluetooth/btscanner/service.h

  • 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 "ui_service.h"
45
45
 
46
46
#include <qbluetoothglobal.h>
47
 
 
48
47
#include <QDialog>
49
48
 
50
 
QT_BEGIN_NAMESPACE_BLUETOOTH
51
 
class QBluetoothServiceDiscoveryAgent;
52
 
class QBluetoothServiceInfo;
53
 
class QBluetoothAddress;
54
 
QT_END_NAMESPACE_BLUETOOTH
 
49
QT_FORWARD_DECLARE_CLASS(QBluetoothAddress)
 
50
QT_FORWARD_DECLARE_CLASS(QBluetoothServiceInfo)
 
51
QT_FORWARD_DECLARE_CLASS(QBluetoothServiceDiscoveryAgent)
55
52
 
56
 
QT_USE_NAMESPACE_BLUETOOTH
 
53
QT_USE_NAMESPACE
57
54
 
58
55
class ServiceDiscoveryDialog : public QDialog
59
56
{