You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mplayerthumbs/src/mplayerthumbs.cpp

26 lines
1.1 KiB

// This file is generated by kconfig_compiler from mplayerthumbs.kcfg.
// All changes you do to this file will be lost.
#include "mplayerthumbs.h"
MPlayerThumbsCfg::MPlayerThumbsCfg( )
: KConfigSkeleton( QString::fromLatin1( "mplayerthumbs" ) )
{
setCurrentGroup( QString::fromLatin1( "MPlayerThumbsCfg" ) );
KConfigSkeleton::ItemString *itemMplayerbin;
itemMplayerbin = new KConfigSkeleton::ItemString( currentGroup(), QString::fromLatin1( "mplayerbin" ), mMplayerbin );
addItem( itemMplayerbin, QString::fromLatin1( "mplayerbin" ) );
KConfigSkeleton::ItemStringList *itemNoextensions;
itemNoextensions = new KConfigSkeleton::ItemStringList( currentGroup(), QString::fromLatin1( "noextensions" ), mNoextensions );
addItem( itemNoextensions, QString::fromLatin1( "noextensions" ) );
KConfigSkeleton::ItemString *itemCustomargs;
itemCustomargs = new KConfigSkeleton::ItemString( currentGroup(), QString::fromLatin1( "customargs" ), mCustomargs );
addItem( itemCustomargs, QString::fromLatin1( "customargs" ) );
}
MPlayerThumbsCfg::~MPlayerThumbsCfg()
{
}