Added 'this'.

This commit is contained in:
23rd 2018-08-29 02:22:57 +03:00
parent 0f2d6a4a22
commit 235f9eebf1

View file

@ -289,7 +289,7 @@ void SplitInput::installKeyPressedEvent()
}
} else if (event->key() == Qt::Key_E &&
event->modifiers() == Qt::ControlModifier) {
openEmotePopup();
this->openEmotePopup();
}
});
}