mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Use Q_EMIT as a keyword instead of a function
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
5bbe416b22
commit
2d8b79bc3e
|
@ -48,7 +48,7 @@ QjtMouseGesture::~QjtMouseGesture()
|
|||
|
||||
void QjtMouseGesture::emitGestured()
|
||||
{
|
||||
Q_EMIT(gestured());
|
||||
Q_EMIT gestured();
|
||||
}
|
||||
|
||||
const DirectionList QjtMouseGesture::directions() const
|
||||
|
|
Loading…
Reference in New Issue
Block a user