equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 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: XQRequestInfo stub for FM Radio home screen widget |
|
15 * unit testing. |
|
16 * |
|
17 */ |
|
18 |
|
19 // User includes |
|
20 #include "xqrequestinfo.h" |
|
21 #include "radiologger.h" |
|
22 |
|
23 /*! |
|
24 \class XQRequestInfo |
|
25 \brief Stub implementation of XQRequestInfo for unit testing |
|
26 */ |
|
27 |
|
28 // ======== MEMBER FUNCTIONS ======== |
|
29 |
|
30 XQRequestInfo::XQRequestInfo() |
|
31 { |
|
32 LOG_METHOD_ENTER; |
|
33 } |
|
34 |
|
35 XQRequestInfo::~XQRequestInfo() |
|
36 { |
|
37 LOG_METHOD_ENTER; |
|
38 } |
|
39 |
|
40 void XQRequestInfo::setForeground(bool on) |
|
41 { |
|
42 LOG_METHOD_ENTER; |
|
43 } |
|
44 |
|
45 void XQRequestInfo::setBackground(bool on) |
|
46 { |
|
47 LOG_METHOD_ENTER; |
|
48 } |
|
49 |
|
50 void XQRequestInfo::setInfo(const QString &key, const QVariant &value) |
|
51 { |
|
52 LOG_METHOD_ENTER; |
|
53 } |