1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Use Q_EMIT as a keyword instead of a function

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2024-06-15 12:28:12 +02:00
parent 5bbe416b22
commit 2d8b79bc3e
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -48,7 +48,7 @@ QjtMouseGesture::~QjtMouseGesture()
void QjtMouseGesture::emitGestured() void QjtMouseGesture::emitGestured()
{ {
Q_EMIT(gestured()); Q_EMIT gestured();
} }
const DirectionList QjtMouseGesture::directions() const const DirectionList QjtMouseGesture::directions() const