Replace emit with Q_EMIT

This commit is contained in:
Jonas Kvinge
2024-08-25 05:46:17 +02:00
parent 359f320b06
commit 1c5d0dceb1
2 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ void MacFSListener::EventStreamCallback(ConstFSEventStreamRef stream, void *user
while (path.endsWith(QLatin1Char('/'))) {
path.chop(1);
}
emit me->PathChanged(path);
Q_EMIT me->PathChanged(path);
}
}