00001 /* 00002 * GPLv2 00003 * zecke@handhelds.org 00004 */ 00005 00006 00007 #include "dcim_ifaceinfo.h" 00008 00009 #include <qobject.h> 00010 00011 DCIM_InterfaceInfo::DCIM_InterfaceInfo() {} 00012 DCIM_InterfaceInfo::~DCIM_InterfaceInfo() {} 00013 00014 QString DCIM_InterfaceInfo::name()const { 00015 return QObject::tr( "Digital Camera View" ); 00016 } 00017 00018 QWidget* DCIM_InterfaceInfo::configWidget( const Config& ) { 00019 return 0l; 00020 } 00021 00022 void DCIM_InterfaceInfo::writeConfig( QWidget*, Config& ) {}
1.4.2