Chris@392: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
Chris@392: 
Chris@392: /*
Chris@392:     Sonic Visualiser
Chris@392:     An audio file viewer and annotation editor.
Chris@392:     Centre for Digital Music, Queen Mary, University of London.
Chris@392:     This file copyright 2007-2008 QMUL.
Chris@392:     
Chris@392:     This program is free software; you can redistribute it and/or
Chris@392:     modify it under the terms of the GNU General Public License as
Chris@392:     published by the Free Software Foundation; either version 2 of the
Chris@392:     License, or (at your option) any later version.  See the file
Chris@392:     COPYING included with this distribution for more information.
Chris@392: */
Chris@392: 
Chris@392: #include "ProgressReporter.h"
Chris@392: 
Chris@392: ProgressReporter::ProgressReporter(QObject *parent) :
Chris@1429:         QObject(parent)
Chris@392: {
Chris@392: }
Chris@392: 
Chris@392: ProgressReporter::~ProgressReporter()
Chris@392: {
Chris@392: }
Chris@392: