From 10212e2ebd7a33ffa4018f0f5d25cba25ec7a583 Mon Sep 17 00:00:00 2001 From: peri4 Date: Mon, 9 Jan 2023 15:51:48 +0300 Subject: [PATCH] QIPEdit --- libs/widgets/qipedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/widgets/qipedit.cpp b/libs/widgets/qipedit.cpp index 0bbe0ed..9086821 100644 --- a/libs/widgets/qipedit.cpp +++ b/libs/widgets/qipedit.cpp @@ -86,7 +86,7 @@ void QIPEdit::returnPress(int index) { } -inline void QIPEdit::textChange(int index, const QString & text) { +void QIPEdit::textChange(int index, const QString & text) { if (text.length() == 3 && isVisible()) { returnPress(index); }