From 7d1ca5dba4cab829d9f7a8c79fb772dc3b643eac Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 27 Aug 2004 22:22:44 +0000 Subject: -Removal of debug messages -Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend --- (limited to 'noncore/graphics/opie-eye/impl/dcim/dcim_ifaceinfo.cpp') diff --git a/noncore/graphics/opie-eye/impl/dcim/dcim_ifaceinfo.cpp b/noncore/graphics/opie-eye/impl/dcim/dcim_ifaceinfo.cpp new file mode 100644 index 0000000..ca94dc5 --- a/dev/null +++ b/noncore/graphics/opie-eye/impl/dcim/dcim_ifaceinfo.cpp @@ -0,0 +1,22 @@ +/* + * GPLv2 + * zecke@handhelds.org + */ + + +#include "dcim_ifaceinfo.h" + +#include + +DCIM_InterfaceInfo::DCIM_InterfaceInfo() {} +DCIM_InterfaceInfo::~DCIM_InterfaceInfo() {} + +QString DCIM_InterfaceInfo::name()const { + return QObject::tr( "Digital Camera View" ); +} + +QWidget* DCIM_InterfaceInfo::configWidget( const Config& ) { + return 0l; +} + +void DCIM_InterfaceInfo::writeConfig( QWidget*, Config& ) {} -- cgit v0.9.0.2