diff --git a/src/widgets/splits/SplitInput.cpp b/src/widgets/splits/SplitInput.cpp index adf19ebc..8c61dcd6 100644 --- a/src/widgets/splits/SplitInput.cpp +++ b/src/widgets/splits/SplitInput.cpp @@ -289,7 +289,7 @@ void SplitInput::installKeyPressedEvent() } } else if (event->key() == Qt::Key_E && event->modifiers() == Qt::ControlModifier) { - openEmotePopup(); + this->openEmotePopup(); } }); }