26
|
1 |
/**
|
|
2 |
* Copyright (c) 2010 Sasken Communication Technologies Ltd.
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the "{License}"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "{LicenseUrl}".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Narasimhulu Kavadapu, Sasken Communication Technologies Ltd - Initial contribution
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
* Siddhartha Chandra, Sasken Communication Technologies Ltd
|
|
14 |
* Description:
|
|
15 |
* Common variable declarations
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef FBCONNECTGLOBAL_H
|
|
19 |
#define FBCONNECTGLOBAL_H
|
|
20 |
|
|
21 |
#include <QtGlobal>
|
|
22 |
#include <QHash>
|
|
23 |
#include <QString>
|
|
24 |
|
|
25 |
typedef QHash<QString,QString> Dictionary;
|
|
26 |
typedef QHashIterator<QString, QString> DictionaryIterator;
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
#endif // FBCONNECTGLOBAL_H
|