diff -r fdb31ab341af -r a0afa279b8fe mpviewplugins/mpdetailsviewplugin/inc/mpsharedata.h --- a/mpviewplugins/mpdetailsviewplugin/inc/mpsharedata.h Fri May 14 18:54:37 2010 -0500 +++ b/mpviewplugins/mpdetailsviewplugin/inc/mpsharedata.h Fri May 28 19:46:01 2010 -0500 @@ -1,3 +1,20 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: meta data used by publish player. +* +*/ + #ifdef SHARE_FUNC_ENABLED #ifndef MPSHAREDATA_H @@ -27,6 +44,7 @@ void setSongData( MpSongData* aSongData ); void setErrorMessage( const QString& s ); void setLanguage( const QString& s ); + void setUnknownTr( const QString& s ); public slots: QObject* owner() const; @@ -41,7 +59,6 @@ int objectReservedLength() const; QString language() const; QString title() const; - QString album() const; QString artist() const; QString albumArtBase64() const; @@ -52,6 +69,7 @@ QString mUsername; QString mPassword; QString mLanguage; + QString mUnknownTr; }; #endif // MPSHAREDATA_H