Clang-Tidy and Clazy fixes
This commit is contained in:
@@ -314,7 +314,7 @@ void TrackSelectionDialog::accept() {
|
||||
|
||||
void TrackSelectionDialog::AcceptFinished() {
|
||||
|
||||
QFutureWatcher<void> *watcher = dynamic_cast<QFutureWatcher<void>*>(sender());
|
||||
QFutureWatcher<void> *watcher = static_cast<QFutureWatcher<void>*>(sender());
|
||||
if (!watcher) return;
|
||||
watcher->deleteLater();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user