2021-02-15 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'Q3Signal' dependency from 'RDCut'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-15 19:37:34 -05:00
parent 7b48464f6e
commit 15f1636a62
4 changed files with 5 additions and 31 deletions

View File

@@ -388,10 +388,8 @@ void AudioCart::pasteCutData()
return;
}
}
cut_clipboard->connect(this,SLOT(copyProgressData(const QVariant &)));
cut_clipboard->copyTo(rda->station(),rda->user(),
rdcart_cut_model->cutName(row),rda->config());
cut_clipboard->disconnect(this,SLOT(copyProgressData(const QVariant &)));
rdcart_cart->updateLength(rdcart_controls->enforce_length_box->isChecked(),
QTime().msecsTo(rdcart_controls->
forced_length_edit->time()));