clitaskdialog: updated comment describing its status
This commit is contained in:
@@ -25,8 +25,7 @@ OLIVE_NAMESPACE_ENTER
|
||||
CLITaskDialog::CLITaskDialog(Task *task, QObject* parent) :
|
||||
CLIProgressDialog(task->GetTitle(), parent)
|
||||
{
|
||||
//connect(task, &Task::ProgressChanged, this, &CLITaskDialog::SetProgress);
|
||||
|
||||
// FIXME: Still developing this, don't try to use
|
||||
task->Start();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,9 +31,6 @@ class CLITaskDialog : public CLIProgressDialog
|
||||
public:
|
||||
CLITaskDialog(Task *task, QObject* parent = nullptr);
|
||||
|
||||
private:
|
||||
Task* task_;
|
||||
|
||||
};
|
||||
|
||||
OLIVE_NAMESPACE_EXIT
|
||||
|
||||
Reference in New Issue
Block a user