author | hgs |
Fri, 09 Jul 2010 15:40:55 +0300 | |
changeset 50 | 377c906a8701 |
parent 45 | 6b911d05207e |
permissions | -rw-r--r-- |
37 | 1 |
/* |
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* |
|
16 |
*/ |
|
17 |
#include <QDebug> |
|
18 |
#include <smcmockclassincludes.h> |
|
19 |
#include "cpnetworkpluginview.h" |
|
20 |
||
21 |
// ============================ MEMBER FUNCTIONS =============================== |
|
22 |
||
23 |
// ----------------------------------------------------------------------------- |
|
24 |
// CpNetworkPluginView::CpNetworkPluginView |
|
25 |
// ----------------------------------------------------------------------------- |
|
26 |
// |
|
27 |
CpNetworkPluginView::CpNetworkPluginView( |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
28 |
QGraphicsItem * /*parent*/ ) |
37 | 29 |
: |
30 |
/*CpBaseSettingView(0, parent),*/ |
|
31 |
m_networkSettingsForm(0) |
|
32 |
{ |
|
33 |
||
34 |
} |
|
35 |
||
36 |
||
37 |
// ----------------------------------------------------------------------------- |
|
38 |
// CpNetworkPluginView::~CpNetworkPluginView |
|
39 |
// ----------------------------------------------------------------------------- |
|
40 |
// |
|
41 |
CpNetworkPluginView::~CpNetworkPluginView( ) |
|
42 |
{ |
|
43 |
||
44 |
} |
|
45 |
||
46 |
||
47 |
// ----------------------------------------------------------------------------- |
|
48 |
// CpNetworkPluginView::SearchAvailableNetworks |
|
49 |
// ----------------------------------------------------------------------------- |
|
50 |
// |
|
50 | 51 |
void CpNetworkPluginView::searchAvailableNetworks( ) |
37 | 52 |
{ |
53 |
SMC_MOCK_METHOD0( void ) |
|
54 |
} |
|
55 |
||
56 |