equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
17 |
17 |
18 #ifndef WLANQTUTILSCONNTESTWRAPPER_H_ |
18 #ifndef WLANQTUTILSCONNTESTWRAPPER_H_ |
19 #define WLANQTUTILSCONNTESTWRAPPER_H_ |
19 #define WLANQTUTILSCONNTESTWRAPPER_H_ |
20 |
20 |
21 #include <QObject> |
21 #include <QObject> |
22 |
22 #include <QScopedPointer> |
23 QT_BEGIN_HEADER |
|
24 |
|
25 QT_BEGIN_NAMESPACE |
|
26 |
23 |
27 class ConnTestWrapperPrivate; |
24 class ConnTestWrapperPrivate; |
28 |
25 |
29 /** |
26 /** |
30 * ConnTestWrapper class. |
27 * ConnTestWrapper class. |
81 |
78 |
82 /** |
79 /** |
83 * d_ptr pointer to ConnTestWrapperPrivate |
80 * d_ptr pointer to ConnTestWrapperPrivate |
84 * Owned by ConnTestWrapper object, instantiated in constructor. |
81 * Owned by ConnTestWrapper object, instantiated in constructor. |
85 */ |
82 */ |
86 ConnTestWrapperPrivate *d_ptr_; |
83 QScopedPointer<ConnTestWrapperPrivate> d_ptr_; |
87 }; |
84 }; |
88 |
85 |
89 QT_END_HEADER |
|
90 |
|
91 QT_END_NAMESPACE |
|
92 |
|
93 #endif /* WLANQTUTILSCONNTESTWRAPPER_H_ */ |
86 #endif /* WLANQTUTILSCONNTESTWRAPPER_H_ */ |