initial Bluetooth Device Model addition
[profile/ivi/bluetooth-qt.git] / devicetypes.h
1 /*  -*- Mode: C++ -*-
2  *
3  * meego handset bluetooth
4  * Copyright © 2010, Intel Corporation.
5  *
6  * This program is licensed under the terms and conditions of the
7  * Apache License, version 2.0.  The full text of the Apache License is at
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  */
11
12
13
14 #ifndef _DEVICETYPES_H_
15 #define _DEVICETYPES_H_
16
17 #include <QMap>
18
19 typedef QMap<uint,QString> UIntStringMap;
20 Q_DECLARE_METATYPE(UIntStringMap)
21
22
23
24 #endif