From 0d728071e3287a71ce7928640e63c19f4d0ab00f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 22 Mar 2025 17:17:15 +0530 Subject: Build fixes + formatting --- spec/KeySeqParserSpec.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/KeySeqParserSpec.cpp') diff --git a/spec/KeySeqParserSpec.cpp b/spec/KeySeqParserSpec.cpp index a29c97e..306f5ab 100644 --- a/spec/KeySeqParserSpec.cpp +++ b/spec/KeySeqParserSpec.cpp @@ -29,10 +29,6 @@ private slots: QList keys = parser.parse("abz"); - for (auto &k : keys) { - qDebug() << k.key << k.mod; - } - QList expectedKeys = { {.mod = Qt::NoModifier, .key = Qt::Key_A}, {.mod = Qt::NoModifier, .key = Qt::Key_B}, -- cgit v1.3.1