mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Added 'this'.
This commit is contained in:
parent
0f2d6a4a22
commit
235f9eebf1
|
@ -289,7 +289,7 @@ void SplitInput::installKeyPressedEvent()
|
||||||
}
|
}
|
||||||
} else if (event->key() == Qt::Key_E &&
|
} else if (event->key() == Qt::Key_E &&
|
||||||
event->modifiers() == Qt::ControlModifier) {
|
event->modifiers() == Qt::ControlModifier) {
|
||||||
openEmotePopup();
|
this->openEmotePopup();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue