NOISSUE eliminate ProgressProvider

This commit is contained in:
Petr Mrázek
2015-04-26 23:04:50 +02:00
parent 84549ed807
commit f8650e3965
32 changed files with 80 additions and 123 deletions

View File

@ -16,7 +16,7 @@
#include "Task.h"
#include <QDebug>
Task::Task(QObject *parent) : ProgressProvider(parent)
Task::Task(QObject *parent) : QObject(parent)
{
}