~hessijames/soundkonverter/soundkonverter

« back to all changes in this revision

Viewing changes to src/convert.h

  • Committer: Daniel Faust
  • Date: 2012-10-24 12:47:12 UTC
  • Revision ID: git-v1:93705e2c16cbe3ab62cef613badf07736724fd1b
Fix some memory leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
{
30
30
    Q_OBJECT
31
31
public:
32
 
    Convert( Config *_config, FileList *_fileList, Logger *_logger );
 
32
    Convert( Config *_config, FileList *_fileList, Logger *_logger, QObject *parent );
33
33
    ~Convert();
34
34
 
35
35
    void cleanUp();