From 9cc72e8ea9f59f9a9627d05528d54a559ebd412c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 23 Mar 2025 18:27:52 +0530 Subject: Fix segfault with luaruntime destructor --- spec/KeymapEvaluatorSpec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/KeymapEvaluatorSpec.cpp') diff --git a/spec/KeymapEvaluatorSpec.cpp b/spec/KeymapEvaluatorSpec.cpp index 4c19dfd..8e8ba87 100644 --- a/spec/KeymapEvaluatorSpec.cpp +++ b/spec/KeymapEvaluatorSpec.cpp @@ -7,7 +7,7 @@ class KeymapEvaluatorSpec : public QObject { Q_OBJECT private slots: - void testEvaluateSingleKeyChord() { + void test_evaluate_single_key_chord() { context("when the key sequence is mapped"); it("calls mapping") { int keymapWasCalled = false; @@ -33,7 +33,7 @@ private slots: } } - void testEvaluateMultiKeySequence() { + void test_evaluate_multi_key_sequence() { context("when the full key sequence is mapped"); it("calls mapping") { int keymapWasCalled = false; -- cgit v1.3.1