camerauis/cameraxui/cxui/inc/cxuistillprecaptureview2.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 30 7680ea4bbfe7
child 38 0f0b4c1d7744
child 43 0e652f8f1fbd
--- a/camerauis/cameraxui/cxui/inc/cxuistillprecaptureview2.h	Fri Apr 16 14:51:30 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-/*
-* 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:
-*
-*/
-
-#ifndef CXUISTILLPRECAPTUREVIEW2_H
-#define CXUISTILLPRECAPTUREVIEW2_H
-
-#include <QMetaType>
-#include "cxuistillprecaptureview.h"
-
-/**
- * CxuiPrecaptureView2
- * 
- */
-class CxuiStillPrecaptureView2 : public CxuiStillPrecaptureView
-{
-    Q_OBJECT
-
-public:
-    CxuiStillPrecaptureView2(QGraphicsItem *parent = 0);
-
-    virtual ~CxuiStillPrecaptureView2();
-
-public:
-
-    /**
-     * Loads default widgets in layouts xml.
-     */
-    virtual void loadDefaultWidgets();
-
-    /**
-     * Loads widgets that are not part of the default section in layouts xml.
-     * Widgets are created at the time they are first loaded.
-     */
-    virtual void loadWidgets();
-
-};
-
-#endif /* CXUISTILLPRECAPTUREVIEW2_H */