mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectiondocumentloader/stub/inc/hgmediawall.h
changeset 35 fdb31ab341af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectiondocumentloader/stub/inc/hgmediawall.h	Fri May 14 18:54:37 2010 -0500
@@ -0,0 +1,36 @@
+/*
+* 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: HgMediawall stub for testing MpCollectionDocumentLoader
+*
+*/
+
+#ifndef HGMEDIAWALL_H
+#define HGMEDIAWALL_H
+
+//includes
+#include <QGraphicsItem>
+#include <QObject>
+
+class HgMediawall : public QObject
+{
+    Q_OBJECT
+
+public:
+
+    explicit HgMediawall( QGraphicsItem *parent = 0 );
+    virtual ~HgMediawall();
+
+};
+
+#endif    // HGMEDIAWALL_H