diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 10:41:32 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 10:41:32 -0500 |
| commit | c53429a6968563f72f8b334486d6dd1f0de75ecb (patch) | |
| tree | 6c6b3c6d09f776dc7a54635584bfa79a3af71ed9 /src/mplayerthumbs.cpp | |
| download | mplayerthumbs-c53429a6968563f72f8b334486d6dd1f0de75ecb.tar.gz mplayerthumbs-c53429a6968563f72f8b334486d6dd1f0de75ecb.zip | |
Initial import of mplayerthumbs 0.5b sources
Diffstat (limited to 'src/mplayerthumbs.cpp')
| -rw-r--r-- | src/mplayerthumbs.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mplayerthumbs.cpp b/src/mplayerthumbs.cpp new file mode 100644 index 0000000..12eb3b8 --- /dev/null +++ b/src/mplayerthumbs.cpp @@ -0,0 +1,25 @@ +// 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() +{ +} + |
