Replace emit with Q_EMIT

This commit is contained in:
Jonas Kvinge
2024-08-25 01:06:30 +02:00
parent cb0db8750f
commit 8da616491d
158 changed files with 891 additions and 891 deletions

View File

@@ -113,7 +113,7 @@ void FilesystemDevice::ExitFinished() {
qLog(Debug) << obj << "successfully exited.";
wait_for_exit_.removeAll(obj);
if (wait_for_exit_.isEmpty()) {
emit DeviceCloseFinished(unique_id());
Q_EMIT DeviceCloseFinished(unique_id());
}
}