equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 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 |
31 SMC_MOCK_METHOD2( bool, const QString &, pluginFile, |
31 SMC_MOCK_METHOD2( bool, const QString &, pluginFile, |
32 int, index ) |
32 int, index ) |
33 } |
33 } |
34 |
34 |
35 |
35 |
|
36 // ----------------------------------------------------------------------------- |
|
37 // CpPluginLauncher::launchSettingView |
|
38 // ----------------------------------------------------------------------------- |
|
39 // |
|
40 CpBaseSettingView * CpPluginLauncher::launchSettingView( |
|
41 const QString & pluginFile, |
|
42 const QVariant & hint ) |
|
43 { |
|
44 SMC_MOCK_METHOD2( CpBaseSettingView *, const QString &, pluginFile, |
|
45 const QVariant &, hint ) |
|
46 } |
|
47 |
|
48 |